-
Notifications
You must be signed in to change notification settings - Fork 344
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
How to patch expo module build.gradle file for a managed expo workflow? #147
Comments
Fixed it! 🥳
Even this solved my issue, I still want to know how to update the |
@aerielcruz You can use config plugin to modify the native files for a managed workflow |
Is there any possibilty that we can configure a build.gradle (from app folder) file, from an app.config.ts file in futher versions of Expo ? For example, if we want to modify stuff like :
Seems like using config plugins for that is a little bit dirty and risky. |
@nassimerrahoui For some build configuration (e.g. |
@anhtuan219 Thank you for your help. For the moment, it is more easy for me to maintain a bare workflow just on Android to add those configuration. Especially to add a native dependency for instance. |
Gradle 8 Migration for Custom Expo Modules
https://github.com/expo/fyi/blob/main/expo-modules-gradle8-migration.md#error-task-current-target-is-17-and-compilereleasekotlin-task-current-target-is-11-jvm-target-compatibility-should-be-set-to-the-same-java-version
It says that you have to patch the build.gradle file of the expo module but am I supposed to edit it from node_modules?
An example would be
expo-splash-screen
This issue only happens for Android and not iOS.
The text was updated successfully, but these errors were encountered: