react-native-pdf-lib
react-native-pdf-lib copied to clipboard
Library for creating and editing PDFs in React Native.
Install manually on Android "react-native": "0.55.0", "react-native-navigation": "1.1.431", "react-native-pdf-lib": "0.2.0", MainApplication.java ``` import com.hopding.pdflib.PDFLibPackage; protected List getPackages() { return Arrays.asList( new FastImageViewPackage(), new VectorIconsPackage(), new PDFLibPackage() ); } ```
I couldn't find any documentation to say it works with React-native for Windows. Just wondering if there is support for this. I couldn't get it to work.