Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.git

cd react-native-custom-authentication
```

2. Install dependencies

```sh
npm i

# or

yarn
```

3. Deploy the authentication service

```sh
amplify init

amplify push
```

4. Run the app

```sh
react-native run-ios

# or

react-native run-android
```