React-native-navigation: [v2] Remote Debugging

Created on 5 Jan 2018  路  11Comments  路  Source: wix/react-native-navigation

Issue Description

Hey y'all,

Does anybody have remote debugging working on V2? i can't get it working on the playground app nor in my own repo.


Environment

  • React Native Navigation version: latest v2 repo
  • React Native version: 0.49.5
  • Platform(s) (iOS, Android, or both?): both
  • Device info (Simulator/Device? OS version? Debug/Release?): (Simulator 11.2) / (Emulator Nexus 5x API 25)
Android v2 馃彋 stale

Most helpful comment

Hey guys any news on fixing this problem for Android ??

I get an error:

Module AppRegistry is not a registered callable module (calling runApplication)

All 11 comments

Did you install debug success ?

@redwind not sure what you mean.

did more digging around in the PRs.. it looks like this patch by @joonhocho fixes this on ios! https://github.com/wix/react-native-navigation/pull/1816/files

still looking at android

cc @gran33

Fixed for iOS in #1816

Hey guys any news on fixing this problem for Android ??

I get an error:

Module AppRegistry is not a registered callable module (calling runApplication)

I am getting this as soon as I add a second screen to a stack.

Any update on this?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest Detox and report back. Thank you for your contributions.

The issue has been closed for inactivity.

I'm still having this issue with android "Could not connect to development server", iOS works fine. We're currently using react-native v0.59.3, react v16.8.6 and react-native-navigation v2.16.0. Also, when I run it in android it doesn't run the packager server and if there is one already running it doesn't connect to it.

Was this page helpful?
0 / 5 - 0 ratings