Description
build fail on android after upgrading from 0.74.5 to 0.75.1 caused by "/android/settings.gradle' line: 2"
pluginManagement { includeBuild("../../../node_modules/@react-native/gradle-plugin") }
plugins { id("com.facebook.react.settings") }
extensions.configure(com.facebook.react.ReactSettingsExtension){ ex -> ex.autolinkLibrariesFromCommand() }
rootProject.name = 'driver'
include ':app'
includeBuild('../../../node_modules/@react-native/gradle-plugin')
i'm using monorepo, i rechecked node_modules path and it is correct
Steps to reproduce
- upgrade to react-native@0.75.1
- react-native run-android
React Native Version
0.75.1
Affected Platforms
Runtime - Android
Output of npx react-native info
Stacktrace or Logs
FAILURE: Build failed with an exception.
* Where:
Settings file '/Users/hamoboker/Projects/shoory/shoory-mobile/apps/driver/android/settings.gradle' line: 2
* What went wrong:
Plugin [id: 'com.facebook.react.settings'] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Included Builds (No included builds contain this plugin)
- Plugin Repositories (plugin dependency must include a version number for this source)
Reproducer
...
Screenshots and Videos
No response
Description
build fail on android after upgrading from 0.74.5 to 0.75.1 caused by "/android/settings.gradle' line: 2"
i'm using monorepo, i rechecked node_modules path and it is correct
Steps to reproduce
React Native Version
0.75.1
Affected Platforms
Runtime - Android
Output of
npx react-native infoStacktrace or Logs
Reproducer
...
Screenshots and Videos
No response