Skip to content

cristianprochnow/react-native-authentication

Repository files navigation

πŸ” React Native Authentication

A study case for authentication setup at React Native using the Context API.

Author Languages License

πŸ“š About

A project for study case about how the authentication flow works on React Native and - almost equally on - ReactJS environment.

⚠️ This project is the result from Masterclass #12 by @Rocketseat.

App presentation

🧰 Technologies

  1. React hooks
  2. React Native
  3. React Navigation

⚑ Getting started

  1. 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/
  1. Install packages
# Install using NPM
npm install

# Install using Yarn
yarn
  1. Build project
# Using NPM
npm run android
# or
npm run ios

# Using Yarn
yarn android
# or
yarn ios
  1. Run project
# Using NPM
npm run start

# Using Yarn
yarn start

Made with ❀ by Cristian Prochnow. Enjoy it! πŸš€

About

πŸ” A study case for authentication setup at React Native using the Context API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published