react-native-pdf-lib icon indicating copy to clipboard operation
react-native-pdf-lib copied to clipboard

Library for creating and editing PDFs in React Native.

Results 32 react-native-pdf-lib issues
Sort by recently updated
recently updated
newest added

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() ); } ```