Coder Social home page Coder Social logo

donnycrash / react-redux-native-starter-kit Goto Github PK

View Code? Open in Web Editor NEW
16.0 4.0 4.0 96 KB

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

License: MIT License

Python 8.04% Java 5.50% JavaScript 58.90% Objective-C 27.56%

react-redux-native-starter-kit's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.