Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peimelo/repositories-mobile
https://github.com/peimelo/repositories-mobile
react-native reactjs rocketseat
Last synced: about 20 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/peimelo/repositories-mobile
- Owner: peimelo
- Created: 2020-04-16T20:31:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T19:30:38.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T07:50:21.977Z (7 months ago)
- Topics: react-native, reactjs, rocketseat
- Language: JavaScript
- Size: 2.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mobile in ReactNative - Repositories ReactJS
Repository to handle the repositories mobile.
After cloning the project, run the command to install the dependencies:
```
yarn
```Attention: If you are emulating on iOS, navigate to the `ios` folder by running the `cd ios` command and then run `pod install` to install all dependencies for iOS.
To run the project in iOS:
```
react-native run-ios --simulator "iPhone 11 Pro Max"
```