Linesmerrill / authUI

Basic UI/UX of a Login Page and Sign up Page using React Native with Expo. Feel free to use this in your projects as it is ready to go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AuthUI Example using React Native Expo

Basic UI/UX of a Login Page and Sign up Page using React Native with Expo. Feel free to use this in your projects as it is ready to go.

Screenshots

       

Requirements

Getting Started

Create a new project to follow along on your own:

expo init AuthUI --npm

React Navigation for Screens

npm install @react-navigation/native

npm install react-native-screens react-native-safe-area-context

npm install @react-navigation/stack

Native Base for the UI

npm install native-base

npm install react-native-svg

npm install react-native-safe-area-context

expo install react-native-gesture-handler

Vector Icons

npm install @expo/vector-icons

Make sure everything is installed

npm install

Run

expo start

References

About

Basic UI/UX of a Login Page and Sign up Page using React Native with Expo. Feel free to use this in your projects as it is ready to go.

License:MIT License


Languages

Language:JavaScript 100.0%