An open API service indexing awesome lists of open source software.

https://github.com/rustyneuron01/React_Native_Coding_Assessment


https://github.com/rustyneuron01/React_Native_Coding_Assessment

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

Steps to run the project
- Follow React Native set up guide from below link
https://reactnative.dev/docs/environment-setup
- git clone the repo from git hub
- Install Npm
- Open project in code editor
- Open terminal on the project location
- Run below command on command line
1. npm install
2. cd ios && pod install && cd ..
3. npm run ios
This will open the iOS Simulator if any simulator is set up Xcode.