Skip to content

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

License

Notifications You must be signed in to change notification settings

cristianprochnow/react-native-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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! ๐Ÿš€