Larney
Larney

Reputation: 1684

react-native android - how to save pdf to the android file system

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

Answers (1)

maximillian
maximillian

Reputation: 31

You could use react-native-fs. The writeFile method allows you to write files to your application's file system.

Upvotes: 1

Related Questions