diff --git a/docs/_integration-with-existing-apps-kotlin.md b/docs/_integration-with-existing-apps-kotlin.md index 5183eab9e69..1f6861457ee 100644 --- a/docs/_integration-with-existing-apps-kotlin.md +++ b/docs/_integration-with-existing-apps-kotlin.md @@ -1,4 +1,4 @@ -import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import constants from '@site/core/TabsConstants'; +imageimport Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import constants from '@site/core/TabsConstants'; ## Key Concepts @@ -88,7 +88,7 @@ React Native uses the React Native Gradle Plugin to configure your dependencies First, let's edit your `settings.gradle` file by adding this line: ```groovy -includeBuild('../node_modules/react-native-gradle-plugin') +includeBuild('../node_modules/@react-native/gradle-plugin') ``` Then you need to open your top level `build.gradle` and include this line: