-
-
Notifications
You must be signed in to change notification settings - Fork 655
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
Failing Expo Android Builds #2910
Comments
I also add a file withGradleProperties.js like and set "android.enableJetifier" to true but after build show an error like:
Environment: "react-native-iap": "^12.15.4", |
Hello same problem here |
Same issue than #2812 |
@LukasB-DEV Indeed fixed by deleting the supportLibVersion = "28.0.0" manually and build with eas in local |
Description
This error (outlined here: expo/expo#30725) is being caused by this package when building using Expo.
We recently switched to
react-native-iap
to make our builds more stable and avoid having to use thepostinstall.js
script hackIs there a way to update this package so that it sets
android.enableJetifier
totrue
(and notfalse
as the new default is)https://github.com/bahadiraraz as outlined the fix here: expo/expo#30725 (comment)
Expected Behavior
This conflict doesn't exist
Screenshots
Environment:
12.15.7
0.76.3
To Reproduce
Steps to reproduce the behavior:
[Optional] Additional Context
More details here: expo/expo#30725
The text was updated successfully, but these errors were encountered: