react-native-custom-authentication icon indicating copy to clipboard operation
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

  1. Clone the repo and change into the directory
git clone https://github.com/dabit3/react-native-custom-authentication.git

cd react-native-custom-authentication
  1. Install dependencies
npm i

# or

yarn
  1. Deploy the authentication service
amplify init

amplify push
  1. Run the app
react-native run-ios

# or

react-native run-android