Question regarding the limitations around publishing

I’ve noticed that when I install some expo packages like expo-localization, expo-clipboard, and expo-store-review, it works in development, but when I publish my changes to production, I get an error like TypeError: undefined is not an object (evaluating 's.default.isAvailableAsync').

I assumed that I should be able to expo install these packages and publish my changes to production, but is that not the case? Should I be building and submitting a new version of the app instead?

My guess is that there’s perhaps some native code introduced by these packages that isn’t included in the latest version of the client, but the documentation doesn’t mention anything about this.

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