diff --git a/packages/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/ReactExtension.kt b/packages/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/ReactExtension.kt index 7f1d914de46..75f454f6a53 100644 --- a/packages/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/ReactExtension.kt +++ b/packages/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/ReactExtension.kt @@ -248,7 +248,7 @@ abstract class ReactExtension @Inject constructor(project: Project) { * Please also note that those are the default value and you most likely don't need those at all. */ @Deprecated( - "reactRoot was confusing and has been replace with root" + + "reactRoot was confusing and has been replace with root " + "to point to your root project and reactNativeDir to point to " + "the folder of the react-native NPM package", replaceWith = ReplaceWith("reactNativeRoot"))