-
Notifications
You must be signed in to change notification settings - Fork 294
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
Canvas type missmatch in Android SDK 34 #864
Comments
i am also facing issue |
fixed issue by paching
|
Is there any way to make it work with expo eas build? |
Hi, you could try change the kotlinVersion to: kotlinVersion = '1.8.10' That works for me in Expo SDK 49 :) "react-native": "0.72.3", |
Working, thanks @siyahulhaq |
Updating the package to latest (v1.7.1) worked for me. I think this can be closed |
Current behavior
Android build fails with the following error when using Android compileSdkVersion = 34
The issue seems similar to this one - software-mansion/react-native-screens#1795
`
To Reproduce
Change compileSdkVersion to 34 and gradle version to 8.0.1
Platform:
Environment
"react-native": "0.71.8"
"@shopify/flash-list": "1.4.3"
The text was updated successfully, but these errors were encountered: