Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个与 whatsapp 非常相似的应用程序。我想知道如何将 pdf 文件和图像保存到 android 文件系统?
您可以使用react-native-fs。writeFile 方法允许您将文件写入应用程序的文件系统。