Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dabit3/react-native-custom-authentication
Custom authentication flow using React Native and AWS Amplify
https://github.com/dabit3/react-native-custom-authentication
authentication aws-amplify react react-native
Last synced: 3 months ago
JSON representation
Custom authentication flow using React Native and AWS Amplify
- Host: GitHub
- URL: https://github.com/dabit3/react-native-custom-authentication
- Owner: dabit3
- Created: 2019-06-25T09:16:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T15:30:05.000Z (almost 4 years ago)
- Last Synced: 2023-08-03T20:13:04.420Z (over 1 year ago)
- Topics: authentication, aws-amplify, react, react-native
- Language: JavaScript
- Size: 1.3 MB
- Stars: 28
- Watchers: 1
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React Native custom authentication with React hooks, React Native and AWS Amplify
> Main code is located at [App.js](https://github.com/dabit3/react-native-custom-authentication/blob/master/App.js)
## To deploy this app
1. Clone the repo and change into the directory
```sh
git clone https://github.com/dabit3/react-native-custom-authentication.gitcd react-native-custom-authentication
```2. Install dependencies
```sh
npm i# or
yarn
```3. Deploy the authentication service
```sh
amplify initamplify push
```4. Run the app
```sh
react-native run-ios# or
react-native run-android
```