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
expo managed build always fails only when using react-native-iap
Environment:
To Reproduce Steps to reproduce the behavior:
npx expo install react-native-iap
npx expo run:android --variant release
I tried removing react-native-iap from the package.json and from my components and the build works just fine
Additional Context Inside my app.json I have
"expo" { [...] "plugins": [ "react-native-iap", [ "expo-updates", { "username": "axelmylc" } ] ], [...] }
Anyone has a solution for this ? Thanks
The text was updated successfully, but these errors were encountered:
try --variant AmazonRelease according to the logs you posted
--variant AmazonRelease
Sorry, something went wrong.
try https://react-native-iap.dooboolab.com/docs/faq/#api
{ "expo": { "plugins": [ [ "react-native-iap", { "paymentProvider": "both" } ] ] } }
@axelmy318 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
expo managed build always fails only when using react-native-iap
Environment:
To Reproduce
Steps to reproduce the behavior:
npx expo install react-native-iap
npx expo run:android --variant release
I tried removing react-native-iap from the package.json and from my components and the build works just fine
Additional Context
Inside my app.json I have
Anyone has a solution for this ? Thanks
The text was updated successfully, but these errors were encountered: