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?