Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/handipriyono/code-weather-rn
https://github.com/handipriyono/code-weather-rn
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/handipriyono/code-weather-rn
- Owner: handipriyono
- Created: 2024-03-31T04:46:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-31T04:54:38.000Z (10 months ago)
- Last Synced: 2024-05-01T15:14:49.973Z (9 months ago)
- Language: JavaScript
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Instructions to Run React Native Repository
1. Open your terminal.
2. Navigate to your React Native project directory using `cd`.```bash
cd /path/to/your/project
```3. Once you're in the project directory, run the following command to install the necessary packages:
```bash
npm install
```4. After the installation is complete, start the project with the following command:
```bash
npx expo start -c
```This command will start your React Native project and clear the Metro bundler cache.