Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 6 hours 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:58:39.000Z (about 2 years ago)
- Last Synced: 2023-03-03T06:10:12.255Z (almost 2 years 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
---![Screenshot](https://raw.githubusercontent.com/nicoaudy/rn-mobx/master/src/assets/screenshot/splash.png)
![Screenshot](https://raw.githubusercontent.com/nicoaudy/rn-mobx-boilerplate/master/src/assets/screenshot/login.png)
![Screenshot](https://raw.githubusercontent.com/nicoaudy/rn-mobx-boilerplate/master/src/assets/screenshot/validation.png)
![Screenshot](https://raw.githubusercontent.com/nicoaudy/rn-mobx-boilerplate/master/src/assets/screenshot/home.png)
![Screenshot](https://raw.githubusercontent.com/nicoaudy/rn-mobx-boilerplate/master/src/assets/screenshot/setting.png)
![Screenshot](https://raw.githubusercontent.com/nicoaudy/rn-mobx-boilerplate/master/src/assets/screenshot/profile.png)
![Screenshot](https://raw.githubusercontent.com/nicoaudy/rn-mobx-boilerplate/master/src/assets/screenshot/confirm.png)