Skip to content
New issue

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

Expo Android Build Issue #2406

Open
ikarakose opened this issue Apr 7, 2023 · 4 comments
Open

Expo Android Build Issue #2406

ikarakose opened this issue Apr 7, 2023 · 4 comments
Labels
🤖 android Related to android

Comments

@ikarakose
Copy link

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"

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

@andresesfm andresesfm added the 🤖 android Related to android label Apr 19, 2023
@andresesfm
Copy link
Contributor

It looks like you have to choose between the Play and the Amazon variants

@Pashevka
Copy link

I have same issue. How can i pick between PLay and Amazon in expo?

@a-eid
Copy link

a-eid commented May 16, 2023

use the expo plugin,

     [
        "react-native-iap",
        {
          "paymentProvider": "both" // play ...
        }
      ]

@MuhammadFaisal215
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 android Related to android
Projects
None yet
Development

No branches or pull requests

5 participants