You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just replaced react-native-fs with this package in order to get new arch support and I'm getting the following error mesage from Google Play:
Kotlin incompatibilities will cause crashes
Your app uses Kotlin's removeFirst() and removeLast() extension functions, which conflict with Java functions in Android 15. This will cause apps to crash on devices on Android 14 or earlier. Your app uses these functions in the following places:
com.drpogodin.reactnativefs.ReactNativeFsModule.copyFileAssets
To avoid crashes, we recommend replacing any Kotlin removeFirst() and removeLast() function calls with removeAt(0) and removeAt(list.lastIndex).
I couldn't find any issues about this. Any idea how to solve it?
The text was updated successfully, but these errors were encountered:
I just replaced react-native-fs with this package in order to get new arch support and I'm getting the following error mesage from Google Play:
I couldn't find any issues about this. Any idea how to solve it?
The text was updated successfully, but these errors were encountered: