Package Exports
- react-native-app-builder
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-app-builder) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-native-app-builder
This project is a React Native boilerplate that can be used to kickstart a mobile application.
The boilerplate provides an optimized architecture for building solid cross-platform mobile applications through separation of concerns between the UI and business logic. It contains redux, saga, context, theme, localization, tabs and stack navigation.
Quick start
$ npx react-native-app-builder <ProjectName>
$ cd <ProjectName>
$ npx react-native run-ios
$ npx react-native run-android
- Latest react native version 0.63.4
- Redux saga
- Localization
- Theme support (Dark / Light)
- Utility for validations and error messages
- Custom font and font size for maintain typography
- Persist redux storage
- Support different env for PRODUCTION and DEVELOPMENT
- Auth screens (Login)
Login UI

Tab Navigator

Settings

License
This project is released under the MIT License.