Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

FusionAuth/fusionauth-example-react-native-0-71

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
ios
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

  1. Copy env.example to .env
  2. Replace environment variables with your FusionAuth settings
  3. Install the dependencies and start the React Native app.

Android:

npm i
npx react-native run-android

iOS:

npm i
npx react-native run-ios

When changing the .env file, you need to rebuild the app on iOS:

cd ios; pod deintegrate && pod install; cd ..
npx react-native run-ios

License

Apache2