Skip to content

Short example how to make app with React-Native+Redux+ReactRedux

Notifications You must be signed in to change notification settings

stvkoch/react-native-show-contacts

Repository files navigation

react-native-show-contacts

Using

  • React Native
  • Redux
  • React-Redux
  • React-Native-Router-Flux
  • React-Native-Contact
  • React-Native-Communications

For now only support android. see: https://github.com/stvkoch/react-native-show-contacts/blob/master/index.android.js

alt tag

alt tag

Useful adb commands:

Capture screenshot:

adb shell screencap /sdcard/sreen.png

Kill app:

adb shell am force-stop com.lellol.conct

Show proccess:

adb shell ps

Map localhost port to mobile port

adb reverse tcp:8081 tcp:8081

Show log:

adb logcat '*:S' ReactNative:V ReactNativeJS:V

adb logcat com.lellol.conct:I 89c3d001|grep skoch -B 10 -A 10

About

Short example how to make app with React-Native+Redux+ReactRedux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published