We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npx create-expo-app@latest ExpoMapboxIssue npx expo install @rnmapbox/maps npx expo run android eas build --profile development --platform android --local works
When will react native 0.77 and 0.78 be supported it ultimaitely seems like I must use these values
buildToolsVersion = findProperty('android.buildToolsVersion') ?: '35.0.0' minSdkVersion = Integer.parseInt(findProperty('android.minSdkVersion') ?: '24') compileSdkVersion = Integer.parseInt(findProperty('android.compileSdkVersion') ?: '35') targetSdkVersion = Integer.parseInt(findProperty('android.targetSdkVersion') ?: '34') kotlinVersion = findProperty('android.kotlinVersion') ?: '1.9.25' ndkVersion = "26.1.10909125"
especially with kotlin I cant use kotlin v2 or else the warnings from the library turn in to errors
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Steps to reproduce
When will react native 0.77 and 0.78 be supported it ultimaitely seems like I must use these values
especially with kotlin I cant use kotlin v2 or else the warnings from the library turn in to errors
The text was updated successfully, but these errors were encountered: