https://github.com/rustyneuron01/React_Native_Coding_Assessment
https://github.com/rustyneuron01/React_Native_Coding_Assessment
Last synced: about 1 month 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-07-01T17:44:30.532Z (11 months 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.