Using react-native-purchases package at version 8.0.1 on an Expo project at version 51.0.22
Trying to run Purchases.configure throws the error.
useEffect(() => {
if (Platform.OS === "ios") {
Purchases.configure({ apiKey: "<OBSCURED>" })
}
}, [])