Skip to content

Commit 2fa781d

Browse files
committed
plugin: support react-native 0.69 on Android
1 parent c1e15d4 commit 2fa781d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ if ("1".equals(shouldRebuildNativeModules)) {
238238
GenerateNodeProjectAssetsLists.dependsOn "ApplyPatchScriptToModules"
239239

240240
def nativeModulesABIs = android.defaultConfig.ndk.abiFilters;
241-
if (nativeModulesABIs == null) {
241+
if (!nativeModulesABIs) {
242242
// No abiFilter is defined for the build. Build native modules for eevery architecture.
243243
nativeModulesABIs = ["armeabi-v7a", "x86", "arm64-v8a", "x86_64"] as Set<String>;
244244
}

0 commit comments

Comments
 (0)