A simple react native app that lets users authenticate and stay logged in after app is closed and reopened.
- Input keyboard handling
- Landscape orientation handling
- Adaptive design for regular size modern phones and bigger devices
- Persisting login state using Secure Store.
Follow these steps to run this project locally:
- Clone the repository
- Run "npm install" command in your terminal to install the required modules
- Run "npm start" command from the terminal