We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description
I am working with expo. I can successfully build to ios. but in android build I get the following error when use "eas build android"
Expected Behavior
I expect the android build to complete successfully.
Environment:
react-native-iap: 12.7.4 react-native: 0.68.2 expo: ^45.0.0
The text was updated successfully, but these errors were encountered:
It looks like you have to choose between the Play and the Amazon variants
Play
Amazon
Sorry, something went wrong.
I have same issue. How can i pick between PLay and Amazon in expo?
use the expo plugin,
[ "react-native-iap", { "paymentProvider": "both" // play ... } ]
Hi @ikarakose @Pashevka I was also facing this issue and I have resolved it by following this documentation. https://react-native-iap.dooboolab.com/docs/get-started Read the android configuration part.
No branches or pull requests
Description
I am working with expo. I can successfully build to ios. but in android build I get the following error when use "eas build android"
Expected Behavior
I expect the android build to complete successfully.
Environment:
react-native-iap: 12.7.4
react-native: 0.68.2
expo: ^45.0.0
The text was updated successfully, but these errors were encountered: