Skip to content

React native application demo connects to a Nodejs server to create accounts and manage authentication flows with activation codes sent to emails

Notifications You must be signed in to change notification settings

hoanganhx86/rn-account-registration-app

Repository files navigation

React native and nodejs authentication demo

react-native version Typescript version

Functions

  • Register user account
  • Use SendGrid to send email with confirmation code to the user
  • Implement unit and integration tests at here

Backend

Demo

App Demo

Prerequisites

Install dependencies

Run those commands to install all the dependencies needed

yarn install
yarn pod:install

Ready for development

At the root folder of project

Run iOS app

yarn ios

Run Android app

First need to start an emulator

yarn android

Testing

To run all the tests

yarn test

Test results

Github workflow

Will run linting check code quality and run all the tests automatically

About

React native application demo connects to a Nodejs server to create accounts and manage authentication flows with activation codes sent to emails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published