Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 751 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 751 Bytes

PDF BASE64 Example

Example application for testing basic performance of persisting base64 PDF files to the file system using react-native-fs.

app screenshot

Perquisites

yarn install --frozen-lockfile

Android

yarn android

iOS

cd ios && pod install && cd ..
yarn ios

Generating Random PDF

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}