Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flatlogic/react-native-starter
πA powerful react native starter template that bootstraps development of your mobile application
https://github.com/flatlogic/react-native-starter
expo react-native react-native-starter react-native-template redux starter-kit template
Last synced: 25 days ago
JSON representation
πA powerful react native starter template that bootstraps development of your mobile application
- Host: GitHub
- URL: https://github.com/flatlogic/react-native-starter
- Owner: flatlogic
- License: mpl-2.0
- Created: 2018-07-24T13:17:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T10:23:20.000Z (7 months ago)
- Last Synced: 2024-09-27T19:23:28.652Z (about 1 month ago)
- Topics: expo, react-native, react-native-starter, react-native-template, redux, starter-kit, template
- Language: JavaScript
- Homepage: https://reactnativestarter.com
- Size: 6.78 MB
- Stars: 2,194
- Watchers: 38
- Forks: 709
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native Starter π
[View Demo](https://play.google.com/store/apps/details?id=com.reactnativestarter.upd) | [Download](https://github.com/flatlogic/react-native-starter.git) | [More templates](https://flatlogic.com/templates) | [Support forum](https://flatlogic.com/forum)
*You're viewing the new and updated version of React Native Starter, previous version can be found under the [v1 branch](https://github.com/flatlogic/react-native-starter/tree/v1)*
A powerful React Native starter template that bootstraps the development of your mobile application, handy for [business software](https://flatlogic.com/) projects.React Native Starter is a mobile application template with lots of built-in components like sidebar, navigation, form elements, etc - all you need to start building your mobile app faster.
![React Native Starter](https://i.imgur.com/vcz4bU6.png)
## What's inside
- Always up-to-date React Native scaffolding
- UI/UX Design from industry experts
- Modular and well-documented structure for application code
- Redux for state management
- React Navigation for simple navigation
- Disk-persisted application state caching
- More than 16 Ready-to-use Pages## Getting Started
#### 1. Clone and Install
```bash
# Clone the repo
git clone https://github.com/flatlogic/react-native-starter.git# Navigate to clonned folder and Install dependencies
cd react-native-starter && yarn install# Install Pods
cd ios && pod install
```#### 2. Open RNS in your iOS simulator
Run this command to start the development server and to start your app on iOS simulator:
```
yarn run:ios
```Or, if you prefer Android:
```
yarn run:android
```That's it! Cool, right?
## Documentation
Our handy documentation can be found on official RNS website: https://docs.reactnativestarter.com
## Contributing
If you find any problems, please [open an issue](https://github.com/flatlogic/react-native-starter/issues/new) or submit a fix as a pull request.
## Want more?
We have a premium version of this mobile application template that saves you even more time and money and comes with advanced features:
- Premium RED color scheme
- More than 5 additional screens (such as chat, profile, product item, etc.)
- Contains an extended charting library to visualize all the data you need
- Premium support and updates included
- Much, much more..Read more and purchase it at https://reactnativestarter.com
## Support
For any additional information please go to our [**support forum**](https://flatlogic.com/forum) and raise your questions or feedback provide there. We highly appreciate your participation!## How can I support developers?
- Star our GitHub repo :star:
- [Tweet about it](https://twitter.com/intent/tweet?text=Amazing%20Mobile%20Application%20Template%20built%20with%20React%20Native!&url=https://github.com/flatlogic/react-native-starter&via=flatlogic).
- Create pull requests, submit bugs, suggest new features or documentation updates :wrench:
- Follow [@flatlogic on Twitter](https://twitter.com/flatlogic).
- Subscribe to React Native Starter newsletter at [reactnativestarter.com](https://reactnativestarter.com/)
- Like our page on [Facebook](https://www.facebook.com/flatlogic/) :thumbsup:## More from Flatlogic
- [βοΈAwesome Bootstrap Checkboxes & Radios](https://github.com/flatlogic/awesome-bootstrap-checkbox) - Pure css way to make inputs look prettier
- [π₯Sing App Dashboard](https://github.com/flatlogic/sing-app) - Free and open-source admin dashboard template built with Bootstrap 4## License
[Mozilla Public License 2.0](LICENSE)