Using just the default code from react-native init AwesomeProject
, when I run the app I get the \'ReferenceError: Can\'t find variable: __fbBatchedBridge (line 1 in
This worked for me according to documentation
http://facebook.github.io/react-native/docs/running-on-device-android.html#content
Using adb reverse Note that this option is available on devices running android 5.0+ (API 21).
Have your device connected via USB with debugging enabled (see paragraph above on how to enable USB debugging on your device).
You can use Reload JS and other development options with no extra configuration