https://github.com/rustyneuron01/react_native_coding_assessment
https://github.com/rustyneuron01/react_native_coding_assessment
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rustyneuron01/react_native_coding_assessment
- Owner: rustyneuron01
- Created: 2022-09-16T11:30:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T11:31:08.000Z (over 3 years ago)
- Last Synced: 2025-05-14T07:51:44.737Z (about 1 year ago)
- Language: JavaScript
- Size: 619 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.