Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peimelo/repositories-mobile


https://github.com/peimelo/repositories-mobile

react-native reactjs rocketseat

Last synced: about 20 hours ago
JSON representation

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"
```