Example application for testing basic performance of persisting base64 PDF files to the file system using react-native-fs.
yarn install --frozen-lockfile
yarn android
cd ios && pod install && cd ..
yarn ios
You can generate a random PDF for testing with the following script.
Note the sizing won't be exact but it will get you in the ballpark! ⚾️
# Required for the script
brew install wkhtmltopdf
yarn generate:pdf ${byte_size}