You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace your App.js and package.json with the example.
Change region and indentityPoolId in App.js according to comment.
Change name in package.json if needed.
Install all packages for project.
npm install
For IOS, we need to link react-native-get-random-value to native modules.
cd ios
pod install
Run the app in an IOS simulator.
npx react-native run-ios
Tips
Actually we can install all packages of lastest version except for react-native-get-random-values. Version @1.7.0 have issues when connecting with Native Modules so I change it to @1.6.0.
When importing react-native-url-poly-fill. Keep it after react-native-get-random-values is imported.