/fluxible-react-native

Simple example of React Native integration with Fluxible application

Primary LanguageObjective-CBSD 2-Clause "Simplified" LicenseBSD-2-Clause

fluxible-react-native

Simple example of integration React Native with Fluxible application

Usage

IOS

  1. Install Xcode
  2. Execute sudo xcode-select -s /Applications/Xcode.app command
  3. Clone repository
  4. Execute npm install in fluxible-react-native directory
  5. Execute npm run ios in fluxible-react-native directory

Android

  1. Follow React-Native Getting Started guide for Android
  2. Clone repository
  3. Execute npm install in fluxible-react-native directory
  4. Execute npm run android in fluxible-react-native directory