If you're building a mobile app with Expo and want to enable in-app purchases (IAP), you might have run into the issue that Expo doesn't natively support IAP out of the box. Luckily, you can still add in-app purchases functionality by using React Native IAP with a little configuration.
Benjamin Gamble