fix(android): 16k issue wip

This commit is contained in:
devthejo 2025-09-26 21:24:51 +02:00
parent 073a7f78c9
commit b582713c5d

View file

@ -65,3 +65,6 @@ EX_UPDATES_ANDROID_DELAY_LOAD_APP=false
# Whether the app is configured to use edge-to-edge via the app config or `react-native-edge-to-edge` plugin # Whether the app is configured to use edge-to-edge via the app config or `react-native-edge-to-edge` plugin
expo.edgeToEdgeEnabled=false expo.edgeToEdgeEnabled=false
# Ensure we always pick the NDK r27 libc++_shared.so we vendor in jniLibs
android.packagingOptions.pickFirsts=**/libc++_shared.so