App restarts on modal open (Android only)

  1. SDK Version: 35
  2. Platforms(Android/iOS/web/all): Android only. works fine on iOS

App works fine on iOS (and previously worked fine on android). Now, whenever I hit a TouchableOpacity that opens a modal (react-native-modal) the app restarts. The TouchableOpacity does wrap an animated View. Sentry doesn’t catch anything, but device logs have a few errors:

W/unknown:ReactNative(11782): Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit(["appStateDidChange",{"app_state":"background"}])
E/unknown:ReactNative(11782): Tried to remove non-existent frame callback
E/GraphResponse(11782): {HttpStatus: 400, errorCode: 100, subErrorCode: 33, errorType: GraphMethodException, errorMessage: Unsupported get request. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api}

I’m at a total loss here – some other modals work totally fine, i don’t call (or even reference) the graph api anywhere. Has anyone seen this?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.