This project is a simple UI project with the idea of replicating the design provided at this figma link
This project uses the React Native Library provided by Expo to create a seamless use for multiple devices.
- Javascript based versatility
- Component Based Architecture of React
- Running Native Aplications on Android and iOS devices
- Reading Documentations
Setting Up the Development Environment
2.1 Installing Node.js and npm
2.2 Installing React Native CLI
2.3 Setting up Android and iOS development environments
2.4 Creating a new React Native project
My UI Application | Reference Application |
-
This is a simple repository and doesnt need much contributions hence there is no need to fork this repository
-
Clone this repository to your local environment
git clone https://github.com/Secure-Mobile-App-Development/React-Native-UI-Project.git
- Enter the projects directory
cd React-Native-UI-Project
- Install all the dependencies required for this project
npm install
- Start the expo development server using the following command
npx expo start
Thank you for reading this Project. Do share your thoughts about it in the Issue Tab