Skip to content
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

Build not passing the "commonly found issues" check on Google Play Console #92

Open
AdamGerthel opened this issue Dec 13, 2024 · 1 comment

Comments

@AdamGerthel
Copy link

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?

@alessandro-bottamedi
Copy link

Same for me... for now you can continue and ignore the error...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants