Skip to content

Latest commit

 

History

History
98 lines (81 loc) · 2.26 KB

File metadata and controls

98 lines (81 loc) · 2.26 KB

🤔 Summary of Findings (SPIKE)

🏁 Getting Started

bun install

📕 Tutorial (Do this from scratch)

  1. Create project

    bun create expo encrypt-decrypt-pdf
    cd encrypt-decrypt-pdf
  2. Install deps

bun expo install
  expo-crypto
  expto-filesystem
  react-native-pdf-renderer
  react-native-webview
  1. Add custom native code (ios)
# Create an OS-specific folder. https://docs.expo.dev/workflow/prebuild/
bunex expo prebuild

# Install the development build in the device. https://docs.expo.dev/guides/local-app-development/#local-app-compilation
bunx expo run:ios