Open SRI-SRINIVASAN-S opened 2 hours ago
Hey! 👋
It looks like you've omitted a few important sections from the issue template.
Please complete Steps to reproduce section.
Hey! 👋
The issue doesn't seem to contain a minimal reproduction.
Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?
@SRI-SRINIVASAN-S Hey :wave: I'm currently building react-native-screens with Kotlin version 1.9.24. It seems that we rather do not require such old Kotlin version to run :)
Also react-native 0.71 is not supported anymore with recent screens versions. See compat table
Description
I'm using React Native Screens in my project and encountering an issue when building an APK for Android. The build fails with
kotlinVersion = 1.8.0
. However, downgrading tokotlinVersion = 1.6.0
resolves the issue withreact-native-screens
but introduces a new error in the React Native Stripe version 0.39.0 package.Expected Behavior
The build should complete successfully with both React Native Screens and React Native Stripe working as expected.
Environment
react-native-screens
)Build.gradle File
Below is the
build.gradle
file for reference:Additional Context
kotlinVersion = 1.8.0
resolves the Stripe-related issue but causes acompileReleaseKotlin
error in the react-native-screens package.Steps to Reproduce
build.gradle
file withkotlinVersion = 1.8.0
.compileReleaseKotlin
error in thereact-native-screens
package.kotlinVersion
to1.6.0
in thebuild.gradle
file.Snack or a link to a repository
Company profile so can't profile link.
Screens version
4.0.0
React Native version
0.71.3
Platforms
Android
JavaScript runtime
None
Workflow
None
Architecture
None
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes