Skip to content

MHDYousuf/reactnative-redux-userAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

React Native Simple User Authentication

(Redux and Context API Versions)

GitHub issues PRs Welcome MIT license

This App helps you to create a simple User Authentication using React Native.

the source codes are available in appropriate branches.

Prerequisites

  • Nodejs LTS

Quick Start

After cloning the repository, do the following steps:

Install dependencies and start the App using Expo

  1. 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
  1. Start the app by entering the start command. you can use npm or yarn package manager.
# for yarn
yarn start
# for npm
npm start
  1. 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.

References

License

The MIT License (MIT)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published