- react-native-fetch-api
- changed fetch response type to base64
- metro-react-native-babel-preset
- disabled @babel/plugin-transform-exponentiation-operator plugin
- @dfinity/agent
- Wasm implementation of bls_verify replaced with js implementation
- start locally canister for simple to-do app (https://github.com/krpeacock/simple-to-do)
- setup ngrok for port 8000 (ngrok http 8000)
- copy link of ngrok and change
hostin Todo actor agent (src/utils/actor.ts) - change canister id to your local for actor (
src/utils/actor.ts) - launch the app
Make sure that you've setup propper team for iOS project.
And also please check Canisters section in the README. Please setup locally to-do canister, ngrok and update host and canisterId variables
yarn installcd ios && pod install- For iOS:
npx react-native run-iosOR run the project with xcode and run it - For Android:
npx react-native run-android
