Main code is located at App.js
- Clone the repo and change into the directory
git clone https://github.com/dabit3/react-native-custom-authentication.git
cd react-native-custom-authentication
- Install dependencies
npm i
# or
yarn
- Deploy the authentication service
amplify init
amplify push
- Run the app
react-native run-ios
# or
react-native run-android