Expo in app purchaes/subscription

Please provide the following:

  1. SDK Version: 49
  2. Platforms(Android/iOS/web/all): iOS
  3. 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

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