Skip to content

YutaSugimura/react-native-crypto-sample-app

Repository files navigation

React Native Crypto Sample App

Sample app using react-native-quick-crypto

Use

react-native-quick-crypto

  yarn add react-native-quick-crypto

Get Started

  1. install
  yarn install
  npx pod-install

  # or (use new architecture on iOS)
  cd ios
  USE_FABRIC=1 RCT_NEWARCH_ENABLED=1 pod install
  1. start node
yarn start
  1. start Emulators
  yarn ios
  # or
  yarn android

LICENSE

MIT