Felipe Krein

Results 5 comments of Felipe Krein

Hey team, wanted to add that we're also experiencing this issue with `expo-image` 2.3.0. Google Play Console is specifically flagging these expo-image libraries: - libanimation-decoder-gif.so - libavif_android.so - libexpo-modules-core.so This...

@Kudo running eas update. This happened in a production app using SDK 53. Initially, the rich text editor loaded fine on a clean, new version. However, after the EAS update,...

We're also experiencing this issue with react-native-vision-camera 4.6.4. Google Play Console is flagging: base/lib/arm64-v8a/libVisionCamera.so base/lib/x86_64/libVisionCamera.so This might be preventing our app from installing on Android devices with 16KB page size.

here is the complete patch file: ````patch diff --git a/lib/build/antiCsrf.js b/lib/build/antiCsrf.js index bd84b9ebb23ec6b14f242acfcdea0c54b0925ea0..71c3a162c59756382fab77a1aa0051398dc9ea73 100644 --- a/lib/build/antiCsrf.js +++ b/lib/build/antiCsrf.js @@ -44,7 +44,6 @@ var __awaiter = }); }; import AsyncStorage from...