trill
trill

Reputation: 148

In App Purchases in React-Native Expo?

I'm wondering if there is a way to implement in-app purchases in Expo for an app that I'm developing. As I researched online, I haven't found a clear answer.

Could anyone help Please?

Upvotes: 3

Views: 3810

Answers (1)

mrded
mrded

Reputation: 5270

Currently you cannot do that by using Expo v30.

There is a feature request you can vote for: https://expo.canny.io/feature-requests/p/in-app-purchases

For now, you can only do that with detached Expo.

You can read more here:

Upvotes: 4

Related Questions