Skip to content

donnycrash/react-redux-native-starter-kit

Repository files navigation

react-redux-native-starter-kit

A React Redux Native Starter Kit based on a Dave Zukos v2 Redux flow. The main goal of this Starter is to get up and running fast with a familiar redux implementation. Inspired by Leo LeBras

Requirements

See Getting Started to install requirement tools.

Stack

Enough now gimme the repo

Just clone the repo and start :

$ git clone https://github.com/donnycrash/react-redux-native-starter-kit MyKillerApp
$ cd MyKillerApp
$ npm install                       

Start it up

$ npm start
iOS:

Open App.xcodeproj in Xcode, build and run the project.

Android:
$ npm run android-setup-port    # adb reverse tcp:8081 tcp:8080

Start your emulator or connect your device.

Debugging

Access the in-app developer menu and select Debug in Chrome.

Run Reactotron

$ npm run reactotron

See the Reacotron docs for more features.

Create a release build

  • Navigate to Product > Scheme > Edit Scheme... in Xcode and change Build Configuration to Release.
  • Run in terminal :
iOS:
$ npm run build:ios
Android:
$ npm run build:android
  • Open ios/Wino/AppDelegate.m, comment line 34 and uncomment line 44.
  • Press "Build and run"

Issues

If you run into any issues please see the Getting Started guide for React Native before submitting an issue.

About

A Redux React-Native action packed starter kit to get you up and running super fast!!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published