Skip to content

Error activating a bundle from Android (release) #8

@jdnichollsc

Description

@jdnichollsc

Hi @mauritsd
I'm reviewing from Android (release mode) but there's an issue after active a bundle:

  • react-native run-android --variant=release
02-28 23:47:21.404 6141-6192/? E/ReactNativeJS: Module AppRegistry is not a registered callable module (calling unmountApplicationComponentAtRootTag)
  • From the signed apk
03-01 00:33:05.726 25275-25294/? D/ReactNative: Initializing React Xplat Bridge.
03-01 00:33:05.729 25275-25294/? D/ReactNative: Initializing React Xplat Bridge before initializeBridge
03-01 00:33:05.734 25275-25294/? D/ReactNative: Initializing React Xplat Bridge after initializeBridge
    CatalystInstanceImpl.runJSBundle()
03-01 00:33:05.735 25275-25311/? D/ReactNative: ReactInstanceManager.setupReactContext()
    CatalystInstanceImpl.initialize()
03-01 00:33:05.735 25275-25311/? D/ReactNative: ReactInstanceManager.attachRootViewToInstance()
03-01 00:33:06.001 25275-25310/? E/ReactNativeJS: undefined is not a function (evaluating 'this._nativeModule.addListener(eventType)')
03-01 00:33:06.176 25275-25310/? E/ReactNativeJS: undefined is not an object (evaluating 'viewConfig.Manager')
03-01 00:33:06.185 25275-25310/? W/ReactNativeJS: Unable to symbolicate stack trace: Bundle was not loaded from the packager
    Unable to symbolicate stack trace: Bundle was not loaded from the packager
03-01 00:33:06.186 25275-25310/? E/ReactNativeJS: Module AppRegistry is not a registered callable module (calling runApplication)
03-01 00:33:06.188 25275-25310/? W/ReactNativeJS: Unable to symbolicate stack trace: Bundle was not loaded from the packager
03-01 00:33:06.265 25275-25275/? D/ReactNative: ReactInstanceManager.detachViewFromInstance()
03-01 00:33:06.267 25275-25310/? E/ReactNativeJS: Module AppRegistry is not a registered callable module (calling unmountApplicationComponentAtRootTag)
03-01 00:33:06.274 25275-25310/? W/ReactNativeJS: Unable to symbolicate stack trace: Bundle was not loaded from the packager

After that, the app is crashing all the time when I try to open it again

What do you think? This is the repo: https://github.com/proyecto26/react-native-modular/tree/dynamic-bundle

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions