Open dsound-zz opened 1 year ago
I am also geting same error. does anyone have figured out solution ?
I solved this issue by switching the version of react-native-pager-view to 6.0.1. This build crashing is only happening in lattest version
I actually fixed this by deleted the android cache folder and restarted. Not sure why this was causing an issue.
C:\Users\
You just need to set kotlinVersion in your project level build.gradle in the ext section
Like this:
same issue
React Native Android on Windows 11
When trying to run react-native android, I get a build error referring to an issue with Kotlin compileSdkVersion. The error looks like this:
Reproducible Demo
run
npx react-native android
or in android folder, run./gradlew clean
or./gradlew build