https://github.com/brasilikum/react-native-overmind-starter
The bare minimum working version of Overmind integrated into React-Native
https://github.com/brasilikum/react-native-overmind-starter
overmind react-native
Last synced: 2 months ago
JSON representation
The bare minimum working version of Overmind integrated into React-Native
- Host: GitHub
- URL: https://github.com/brasilikum/react-native-overmind-starter
- Owner: brasilikum
- Created: 2019-11-25T01:03:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:16:28.000Z (over 2 years ago)
- Last Synced: 2025-03-24T02:52:33.135Z (3 months ago)
- Topics: overmind, react-native
- Language: Objective-C
- Size: 1.21 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-overmind-starter
The bare minimum working version of Overmind integrated into React-Native## How to install
1. Clone
2. Install dependencies with `yarn` or `npm install`
3. [Setup your native environments](https://facebook.github.io/react-native/docs/getting-started) *without expo*## How to run
`yarn react-native run-ios` or `yarn react-native run-android`