A study case for authentication setup at React Native using the Context API.
A project for study case about how the authentication flow works on React Native and - almost equally on - ReactJS environment.
- Clone this repository
# Clone the repository
git clone https://github.com/cristianprochnow/react-native-authentication.git
# Enter into the project folder
cd react-native-authentication/
- Install packages
# Install using NPM
npm install
# Install using Yarn
yarn
- Build project
# Using NPM
npm run android
# or
npm run ios
# Using Yarn
yarn android
# or
yarn ios
- Run project
# Using NPM
npm run start
# Using Yarn
yarn start
Made with โค by Cristian Prochnow. Enjoy it! ๐