An open API service indexing awesome lists of open source software.

https://github.com/amwebexpert/poc-react-native-pdf

POC for iOS and Android - View PDF files natively
https://github.com/amwebexpert/poc-react-native-pdf

Last synced: 10 months ago
JSON representation

POC for iOS and Android - View PDF files natively

Awesome Lists containing this project

README

          

# POC react-native-pdf

POC for iOS and Android - View PDF files natively.

NOTE: look at `src/screens/PDVViewer/PDFViewer.tsx` for the viewer, which is used inside `Home.tsx`. The rest of the codebase is just bootstraping stuff of the native application copied from another project...

Android | iPhone
-------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------
demo-pdfviewer-android | demo-pdfviewer-ios

## Commands

- `yarn start` (starts Metro)
- `yarn run android:dev` (starts app with .env.development configurations)