Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 531 Bytes

File metadata and controls

18 lines (12 loc) · 531 Bytes

React-native-auth

A simple react native app that lets users authenticate and stay logged in after app is closed and reopened.

Features

  • Input keyboard handling
  • Landscape orientation handling
  • Adaptive design for regular size modern phones and bigger devices
  • Persisting login state using Secure Store.

How to use

Follow these steps to run this project locally:

  1. Clone the repository
  2. Run "npm install" command in your terminal to install the required modules
  3. Run "npm start" command from the terminal