All Projects → aryaminus → RN-login-register-screen

aryaminus / RN-login-register-screen

Licence: MIT license
Usage of login / sign-in screen with register / sign-up and forget password screen for authentication in react-native with navigation and Async local storage of input values

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to RN-login-register-screen

UserCenter
Personal open source user center
Stars: ✭ 28 (-12.5%)
Mutual labels:  login, register
yoti-php-sdk
The PHP SDK for interacting with the Yoti Platform
Stars: ✭ 22 (-31.25%)
Mutual labels:  login, register
Apriliya-Api
Simple Web API with user authentication
Stars: ✭ 19 (-40.62%)
Mutual labels:  login, register
vue-koa2-login
🍥 Vue + Koa2 实现前后端注册登录流程
Stars: ✭ 23 (-28.12%)
Mutual labels:  login, register
auth-flow-react-apollo-saga
Full stack login/register flow with React, Apollo, Redux, Redux-saga and MongoDB.
Stars: ✭ 22 (-31.25%)
Mutual labels:  login, register
yoti-java-sdk
The Java SDK for interacting with the Yoti Platform
Stars: ✭ 13 (-59.37%)
Mutual labels:  login, register
ionic-login-component
Free sample of Premium Ionic Login Component
Stars: ✭ 17 (-46.87%)
Mutual labels:  login, register
spring-boot-mongodb-security-angular8
Spring Boot, Security, MongoDB, Angular 8: Build Authentication
Stars: ✭ 17 (-46.87%)
Mutual labels:  login, register
user login and register
user login and register system in django
Stars: ✭ 43 (+34.38%)
Mutual labels:  login, register
logSys
PHP Secure, Advanced Login System
Stars: ✭ 80 (+150%)
Mutual labels:  login, register
jax-rs-pac4j
Security library for JAX-RS and Jersey
Stars: ✭ 48 (+50%)
Mutual labels:  login
social-auth-kivy
Integrate Google, Facebook, Github & Twitter login in kivy applications
Stars: ✭ 133 (+315.63%)
Mutual labels:  login
dcat-login-captcha
Dcat-admin 登陆验证码
Stars: ✭ 24 (-25%)
Mutual labels:  login
identifo
Universal authentication framework for web, created with go
Stars: ✭ 58 (+81.25%)
Mutual labels:  login
Ignite
A comprehensive Flask boilerplate to build SaaS applications that includes Stripe billing, emails, login, and OAuth.
Stars: ✭ 102 (+218.75%)
Mutual labels:  login
springboot-mongodb-security
Spring Boot, Security, and Data MongoDB Authentication Example
Stars: ✭ 22 (-31.25%)
Mutual labels:  login
Ocean-blue-GDM3
Ocean Blue GDM3 theme for ubuntu
Stars: ✭ 27 (-15.62%)
Mutual labels:  login
Login-Signup-Templates
Collection of Login Signup Templates
Stars: ✭ 21 (-34.37%)
Mutual labels:  login
custom-login
Custom Login for WordPress.
Stars: ✭ 28 (-12.5%)
Mutual labels:  login
tencent kit
flutter版QQ登录/分享
Stars: ✭ 201 (+528.13%)
Mutual labels:  login

RNSignInUpscreen

RNSignInUpscreen is the 3rd session build for showing the implementation of Signin and Signup screen in modern apps with stack navigator

RNSignInUpscreen demo

Note:

  1. Arch Linux with VS-Code, thus support focused on Android App
  2. Extensions: React Native Tools , React-Native Snippets , Prettier
  3. Device run instead of SDK-build using Vysor

Installation

Clone the source locally:

$ git clone https://github.com/aryaminus/RN-login-register-screen
$ cd RN-login-register-screen

Start the application in development mode

npm install
react-native link
react-native run android

or for VS-Code:

npm install
react-native link

then press F1 or Fn+F1 and React Native:Run Android on Device

Else Follow Code.txt and Youtube

Packages:

react-navigation

Installation

Follow Code.txt and Working.png

Major Properties:

  • To hide navabr in certain component & back option in final screen
  • To using different properties of TextInput and moving cursor from 1 field to other with returnkeytype and hiding password using secureTextEntry
  • To store the input fields locally using Asyncstorage (server integration in next sessions)

Working demo

Contributing

  1. Fork it (https://github.com/aryaminus/RN-login-register-screen/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].