DEV Community

ochieng seth
ochieng seth

Posted on

How can i create a .doc file and write to it in react-native

i am trying to implement share functionality inside my react-native app and my goal is for someone to be able to share information from the app in form of a document. How can i go about this.

Top comments (1)

Collapse
 
coucoseth profile image
ochieng seth

i used this npm package react-native-html-to-pdf to handle the files and react-native-share to share the file to apps on the device