Skip to content

sysforge/SmartSyncExplorerReactNative

 
 

Repository files navigation

iOS: Build Status Android: Build Status

SmartSyncExplorerReactNative

SmartSyncExplorer application written using React Native

To get started do the following from the root directory

node ./installios.js (for iOS)
node ./installandroid.js (for Android)

To create the package (e.g. to run on device)

react-native-cli bundle --platform ios --dev false --entry-file index.ios.js --bundle-output iOS/main.jsbundle

Make sure to run the react-native packager

npm start (Windows users please use "npm run-script start-windows" instead of npm start)

To run the application on iOS

  • Open ios/SmartSyncExplorerReactNative.xcworkspace in XCode

To run the application on Android

  • Open android/ in Android Studio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 59.3%
  • Objective-C 18.7%
  • Java 18.7%
  • Ruby 1.8%
  • Python 1.5%