fix(android): 16k issue wip
This commit is contained in:
parent
d95bf0b267
commit
2bae5800c1
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue