Example application for testing basic performance of persisting base64 PDF files to the file system using react-native-fs.
yarn install --frozen-lockfileyarn androidcd ios && pod install && cd ..
yarn iosYou 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}