This repo is out of date and is archived. Check out an updated tutorial on using FusionAuth with React Native or the updated GitHub repository.
React Native FusionAuth
Repository for Tutorial How to use FusionAuth with React Native.
Installation
React Native requires Node.js v18+ and React native CLI to run.
- Copy
env.exampleto.env - Replace environment variables with your FusionAuth settings
- Install the dependencies and start the React Native app.
Android:
npm i
npx react-native run-androidiOS:
npm i
npx react-native run-iosWhen changing the .env file, you need to rebuild the app on iOS:
cd ios; pod deintegrate && pod install; cd ..
npx react-native run-iosLicense
Apache2