Skip to content

Latest commit

 

History

History
79 lines (61 loc) · 1.94 KB

File metadata and controls

79 lines (61 loc) · 1.94 KB

🔐 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! 🚀