Please provide the following:
- SDK Version: 49
- Platforms(Android/iOS/web/all): iOS
- Add the appropriate “Tag” based on what Expo library you have a question on.
Expo SDK Expo Application Services (EAS) Expo Professionals dev-client Expo Development Tools
I am currently trying to use InAppPurchases from the ‘expo-in-app-purchases’. However, I am running into errors. I am aiming to avoid ejecting my app. I followed the step from this site InAppPurchases - Expo Documentation and ran into this error. I also upgraded to Expo 49. Anyone running into this same issues?
ERROR TypeError: Cannot read property ‘expo_module_name’ of undefined, js engine: hermes
ERROR Invariant Violation: “main” has not been registered. This can happen if:
- Metro (the local dev server) is run from the wrong folder. Check if Metro is running, stop it and restart it in the current project.
- A module failed to load due to an error and
AppRegistry.registerComponent
wasn’t called., js engine: hermes