Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eseku/mithub
A github ios mobile app clone in React Native
https://github.com/eseku/mithub
Last synced: 15 days ago
JSON representation
A github ios mobile app clone in React Native
- Host: GitHub
- URL: https://github.com/eseku/mithub
- Owner: eseku
- Created: 2020-05-21T11:23:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T06:54:29.000Z (about 2 years ago)
- Last Synced: 2023-03-06T23:10:26.642Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-navigation-boilerplate
A boiler for building react native apps with Navigation
React Native boilerplate
## 🛠Installation
Clone this repository and then type:
```
$ cd react-native-navigation-boilerplate
```
After, type this to install all dependencies
```
$ yarn
```
Then finally, this to start the project```
$ yarn start
```