Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hack-light/react-native-starter
https://github.com/hack-light/react-native-starter
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hack-light/react-native-starter
- Owner: Hack-Light
- License: mpl-2.0
- Created: 2020-09-09T00:08:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T22:51:39.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T16:07:21.374Z (almost 2 years ago)
- Language: JavaScript
- Size: 10.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native Starter 🚀
*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 development of your mobile application. 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. Check out live demo on [App Store](https://play.google.com/store/apps/details?id=com.reactnativestarter.lite), [Google Play](https://play.google.com/store/apps/details?id=com.reactnativestarter.app).
![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
## 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)