I’m trying to integrate the Mattermost app inside a view of a Swift iOS app. I’m following the steps shown here Integration with Existing Apps · React Native but I get these errors when the bundle is loaded:
Invariant Violation: Native module cannot be null.
Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)
It seems that it doesn’t find the app module inside the bundle, and I have found something weird
about the Mattermost app, it doesn’t have an AppRegistry.registerComponent defined.