React Native sample project that integrates a document viewer using PDFTron React Native).
This repo is created with expo. To learn how to integrate PDFTron's React Native SDK in your expo project, you could check out this blog.
- Create a
local.propertiesfile inside the android folder with your Android SDK location, for example:
sdk.dir=/Users/<user-name>/Library/Android/sdk
- Run:
yarn install
yarn start
yarn android
yarn iOS
See License