Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

demo for tutorial How to use FusionAuth with React native

Notifications You must be signed in to change notification settings

FusionAuth/fusionauth-example-react-native

Repository files navigation

React Native FusionAuth

This has been superseded by a new repository which works with React Native 0.71.

Please visit https://github.com/fusionauth/fusionauth-example-react-native-0-71


alt text Repository for Tutorial How to use FusionAuth with React Native.

Full blog post explaining the code: https://fusionauth.io/blog/2020/08/19/securing-react-native-with-oauth

Installation

React Native requires Node.js v8+ and React native CLI to run.

Install the dependencies and devDependencies and start the server.

$ cd react-native-fusionauth
$ npm install -d or yarn
$ yarn start ios

Todos

  • Write MORE Tests
  • Play with other API

License

Apache2

Free Software, Heck Yeah!