User Authentication with React Native & AWS using React Native Navigation (V2)
Adding Authentication to a React Native app with React Native Navigation & AWS.
This is part 2 of a 2 part series. For part 1, click here.
Continuing on from Part1, we now want to add real user signup & signin to our app using AWS.
We’ll use AWS Amplify to connect to AWS, & Amazon Cognito to manage users.
If you already have the code from part 1, you can skip to the next step. If you are starting from here, you can clone…