alized559 / Registration-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Registration-App

This repository represents react native login-signup code

Installation of Dependencies

npm install @react-navigation/native
npm install @react-navigation/stack
npm install @react-native-firebase/auth
npm install react-native-fast-image

Create Directory

mkdir Screens
touch ./Screens/Splash.js ./Screens/Home.js ./Screens/Login.js ./Screens/Register.js

To Run the React Native App

cd Registration
react-native run-android
react-native run-ios

Output Screenshots

drawing drawing drawing drawing

About


Languages

Language:JavaScript 100.0%