Skip to content

Prototype of encrypting and decrypting pdfs in React Native.

Notifications You must be signed in to change notification settings

TPLCarloTaleon/encrypt-decrypt-pdf

Repository files navigation

🤔 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

About

Prototype of encrypting and decrypting pdfs in React Native.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published