This App helps you to create a simple User Authentication using React Native.
the source codes are available in appropriate branches.
- Nodejs LTS
After cloning the repository, do the following steps:
- Use the terminal, enter the
install
command in your project directory. This command will let you install libraries that are required to run the app.
# install dependencies
npm install
- Start the app by entering the
start
command. you can usenpm
oryarn
package manager.
# for yarn
yarn start
# for npm
npm start
- Your default browser should open and display the DevTools at
http://localhost:19002
. you can use either Emulator or Scan QR Code in your device to get started.
- for Redux related information, checkout Redux
- for React Hooks queries, Hooks at a Glance
The MIT License (MIT)