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: 11 months 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.