Kottidev / react-native-redux-ex-navigation

Just a starter code to use redux, react-native and ex-navigation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Redux , Ex-navigation Starter Code

Goodness inside

  • normalizr - handle complex redux state
  • @exponent/ex-navigation - A route-centric, batteries-included navigation library for Exponent and React Native that works seamlessly on Android and iOS.
  • react-native-vector-icons - awesome icons
  • redux-logger - Logger middleware for Redux
  • redux-persist - persist and rehydrate a redux store
  • redux-promise - FSA-compliant promise middleware for Redux
  • redux-thunk - Thunk middleware for Redux
  • react-native-element - Cross Platform React Native UI Toolkit

First, install everything

npm i

Then Link

react-native link

To run your app on iOS:

react-native run-ios

or Open ios/App.xcodeproj in Xcode Hit the Run button

To run your app on Android:

Have an Android emulator running (quickest way to get started), or a device connected

react-native run-android

About

Just a starter code to use redux, react-native and ex-navigation


Languages

Language:JavaScript 79.8%Language:Objective-C 12.0%Language:Python 4.5%Language:Java 3.8%