Skip to content

Instantly share code, notes, and snippets.

@kulicuu
Created June 24, 2016 11:28
Show Gist options
  • Select an option

  • Save kulicuu/59d4201b1281ff14f3109b6d25962909 to your computer and use it in GitHub Desktop.

Select an option

Save kulicuu/59d4201b1281ff14f3109b6d25962909 to your computer and use it in GitHub Desktop.
android & react-native stuff

To start the emulator go to Android/Sdk/tools and run:

./android avd

To enable logging:

adb logcat | grep ReactNativeJS

Starting in the project docced elsewhere but basically:

react-native start then with the emulator running react-native run-android

compile the coffee with coffee -w -c --output build/ src/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment