0

I'm facing the following issue with my React Native app using Expo:

"The app must be compatible with page sizes of 16 KB of memory by November 1, 2025."

The libraries listed in Google Play Console are:

base/lib/arm64-v8a/libfs-native.so

base/lib/x86_64/libfs-native.so

All my dependencies are up to date, but I don’t know what this library is.

I’ve already updated all dependencies and Expo using expo-doctor

Can anyone help me identify which library this is, so I can find a way to fix the warning in the Google Play Console?

2
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. Commented Oct 10 at 19:27
  • 2
    This library is used by fullstory-react-native. Reach out to their support so they hopefully update their library to support android 16kb pages. Commented Oct 13 at 22:23

1 Answer 1

0

Updating Fullstory package might not be enough. Although you can see in there docs that the support for 16KB was added in July 2025 :

https://help.fullstory.com/hc/en-us/articles/4412766845591-Fullstory-for-Mobile-Apps-Release-Notes

I found out that I had a specific version in my build.gradle of Fullstory. Just Update it to the proper version and you are good to go:

        classpath 'com.fullstory:gradle-plugin-local:1.65.0'

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.