Skip to content

Professional react-native starter kit with everything you'll ever need to deploy rock solid apps

License

Notifications You must be signed in to change notification settings

unakb/react-native-starter

 
 

Repository files navigation

logo

banner

about

React Native Starter

Dependencies devDependencies

The Professional React Native Starter with everything you'll ever need to deploy rock solid apps.

  • Opinionated dependencies
  • React Native Navigation 3
  • TypeScript 3
  • Auto Linking
  • Gradle 5
  • Unit and integration tests
  • Continuous delivery support for Microsoft App Center

Getting Started

Super-Quick Start

git clone [email protected]:ueno-llc/react-native-starter.git my-new-app
cd my-new-app
yarn
yarn rename "MyNewApp" com.ueno.mynewapp
yarn start
react-native run-(ios/android)

Alternatively you can use create-ueno-app:

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 on GitHub Pages.

We also recommend the following reading material:

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. We are open to all kind of contributions.

License

This project is MIT licensed

About

Professional react-native starter kit with everything you'll ever need to deploy rock solid apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 25.5%
  • Ruby 24.7%
  • TypeScript 15.0%
  • Java 14.4%
  • Objective-C 12.4%
  • JavaScript 4.0%
  • Other 4.0%