https://github.com/nicoaudy/rn-mobx-boilerplate
Developing react apps without hate with mobx :heart::poop:
https://github.com/nicoaudy/rn-mobx-boilerplate
Last synced: 7 months ago
JSON representation
Developing react apps without hate with mobx :heart::poop:
- Host: GitHub
- URL: https://github.com/nicoaudy/rn-mobx-boilerplate
- Owner: nicoaudy
- Created: 2019-06-24T13:50:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:58:39.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T01:12:28.121Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.15 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Story
---Instead of repeating my self setup react native project from ground up, at the end im thinking to make my life easier then making this some boilerplate for personal used 🚀:metal:
### Rename App
---
Using [react-native-rename](https://github.com/junedomingo/react-native-rename) package to rename with just one command.#### Example
```
react-native-rename "Dating App"
```> With custom Bundle Identifier
```
react-native-rename "Dating App" -b com.yourname.appname
```### Included Package
---- [react navigation](https://reactnavigation.org/)
- [native base](https://nativebase.io/)
- [mobx](https://mobx.js.org/)
- [mobx react](https://github.com/mobxjs/mobx-react)
- [mobx remotedev](https://github.com/zalmoxisus/mobx-remotedev)
- [react-native-rename](https://github.com/junedomingo/react-native-rename)
- [formik](https://jaredpalmer.com/formik/docs/overview)
- [yup](https://github.com/jquense/yup)### Screenshot
---





