OPS: Unable to create aab (android bundle) #4235

This commit is contained in:
Marcos Rodriguez Vélez 2022-02-20 13:54:06 -05:00
parent 42d92afc9c
commit db7c63ed11
No known key found for this signature in database
GPG key ID: 0D64671698D11C5C

View file

@ -145,6 +145,9 @@ android {
missingDimensionStrategy 'react-native-camera', 'general'
testBuildType System.getProperty('testBuildType', 'debug') // This will later be used to control the test apk build type
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
ndk {
abiFilters 'arm64-v8a', 'x86_64', 'x86', 'armeabi-v7a'
}
}
splits {
abi {