Reputation: 1684
I am creating an application very similar to whatsapp. I want to know how to save pdf files and images to the android file system?
Upvotes: 1
Views: 1412
Reputation: 31
You could use react-native-fs. The writeFile method allows you to write files to your application's file system.
Upvotes: 1