-
Notifications
You must be signed in to change notification settings - Fork 103
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
@config-plugins/react-native-branch android build error (Task :config-plugins-react-native-branch:compileReleaseKotlin FAILED) #240
Comments
Any help please ? |
Running into this issue as well |
+1 |
Hey guys, here is a patch file that worked for me with Expo 51 and React Native 0.74.5 curtesy of ChatGPT until the Expo team pushes a fix for this.
|
+1 Running into this same issue with Expo SDK 52:
|
This solved my issue: expo/expo#32724 (comment) |
Summary
I am trying to integrate my branch.io project with my react native expo project.
I am using expo sdk 51 with @config-plugins/react-native-branch 8.0.0
Expected to build directly on android but it is giving me an error
(The issue is only with Android build, IOS build is working fine)
Config Plugin
@config-plugins/react-native-branch
What platform(s) does this occur on?
Android
SDK Version
51.0.11
Reproducible demo
Those are the packages used in my package.json file
I followed the instructions to install and configure @config-plugins/react-native-branch from .
When i try to build my app for the android platform:
it is giving the following error
I did my research and tried several solution changing in my build.gradle files, but the error is persisting and i am not able to build my android project
my build.gradle after several fixes are as follow
build.gradle (project level)
build.gradle (app level)
The text was updated successfully, but these errors were encountered: