Skip to content

Commit 2687b61

Browse files
Fixed a build error by using @react-native/gradle-plugin
Fixed a build error by using @react-native/gradle-plugin
1 parent e5500bc commit 2687b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
rootProject.name = 'branchreactnativetestbed'
22
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
33
include ':app'
4-
includeBuild('../node_modules/react-native-gradle-plugin')
4+
includeBuild('../node_modules/@react-native/gradle-plugin')

0 commit comments

Comments
 (0)