Hi,
I have a separate component responsible for loading the paywall.
Purchases.configure is setup in the useEffect in the index.tsx file as that’s the first component it hits.
Then, my subscribe button calls a function that loads the paywall.
This wasn’t happening prior to updating the the latest expo/expo supported react native that comes built into their latest SDK.
For reference
Package.json:
"react-native": "0.79.3",
"expo": "^53.0.11",
"react-native-purchases": "^8.9.5",
"react-native-purchases-ui": "^8.9.5",
Any suggestions? Thank you.