react-native-custom-authentication
react-native-custom-authentication copied to clipboard
Custom authentication flow using React Native and AWS Amplify
React Native custom authentication with React hooks, React Native and AWS Amplify
Main code is located at App.js
To deploy this app
- 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