Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ueno-llc/react-native-starter
Professional react-native starter kit with everything you'll ever need to deploy rock solid apps
https://github.com/ueno-llc/react-native-starter
appcenter cocoapods firebase mobx-state-tree push-notifications react-native react-native-starter typescript
Last synced: about 1 month ago
JSON representation
Professional react-native starter kit with everything you'll ever need to deploy rock solid apps
- Host: GitHub
- URL: https://github.com/ueno-llc/react-native-starter
- Owner: ueno-llc
- License: mit
- Archived: true
- Created: 2017-08-30T20:35:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T19:12:54.000Z (about 4 years ago)
- Last Synced: 2024-07-31T07:18:53.222Z (4 months ago)
- Topics: appcenter, cocoapods, firebase, mobx-state-tree, push-notifications, react-native, react-native-starter, typescript
- Language: Ruby
- Homepage: https://ueno-llc.github.io/react-native-starter
- Size: 15.9 MB
- Stars: 573
- Watchers: 26
- Forks: 90
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome - react-native-starter - Professional react-native starter kit with everything you'll ever need to deploy rock solid apps (Shell)
- awesome-starred-test - ueno-llc/react-native-starter - Professional react-native starter kit with everything you'll ever need to deploy rock solid apps (Ruby)
README
# WARNING
## This starter kit has been deprecated and is no longer being actively maintained by Ueno.
[![logo](https://user-images.githubusercontent.com/937328/50185086-cb7e7a80-030e-11e9-8d95-436082e38de6.png)](https://ueno.co/?utm_source=github&utm_campaign=react-native-starter)
![banner](https://user-images.githubusercontent.com/937328/50185090-cb7e7a80-030e-11e9-9077-8fcc4e5ac900.png)
[![about](https://user-images.githubusercontent.com/937328/51540139-999c8e80-1e4d-11e9-866d-284657a34744.png)](https://ueno.co/contact/?utm_source=github&utm_campaign=react-native-starter)## React Native Starter
![Dependencies](https://david-dm.org/ueno-llc/react-native-starter/status.svg) ![devDependencies](https://david-dm.org/ueno-llc/react-native-starter/dev-status.svg)
The Professional React Native Starter with everything you'll ever need to deploy rock solid apps.
- Opinionated dependencies
- React Native Navigation 4
- TypeScript 3.7
- Auto Linking
- Gradle 5
- Unit and integration tests
- Continuous delivery support for Microsoft App Center## Getting Started
Super-Quick Start
```bash
git clone [email protected]:ueno-llc/react-native-starter.git my-new-app
``````bash
cd my-new-app
yarn
yarn rename "MyNewApp" com.ueno.mynewapp
yarn start
yarn ios # or yarn android
```Alternatively you can use [`create-ueno-app`](https://github.com/ueno-llc/create-ueno-app#native):
```bash
yarn create ueno-app native my-new-app co.ueno.mynewapp
```## Running automated tests
### iOS
```
yarn build:e2e:ios
yarn test:e2e:ios
```Note: To see the testing in-action, open the iPhone X Simulator manually before running the tests.
### Android
```
yarn build:e2e:android
yarn test:e2e:android
```Note: You will need to create Emulator with the name `Pixel_2_API_28` in Android Studio.
## Documentation
The **[documentation is available here](https://ueno-llc.github.io/react-native-starter)** on GitHub Pages.
We also recommend the following reading material:
- [React Native](https://facebook.github.io/react-native/)
- [React Native Navigation](https://wix.github.io/react-native-navigation/)
- [React Native Config](https://github.com/luggit/react-native-config)
- [Apple Developer Documentation](https://developer.apple.com/documentation/)
- [Android Developer Guide](https://developer.android.com/guide/index.html)## Upgrading
No plans have been made so far to upgrade. We only support merging from upstream for now.
## Contributing
If you are interested in helping out, feel free to submit issues, pull-requests or even [contact us](mailto:[email protected]). We are open to all kind of contributions.
## License
This project is [MIT licensed](/LICENSE.md)