Skip to content

Commit

Permalink
Update _integration-with-existing-apps-kotlin.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylqm authored Jul 7, 2023
1 parent 14b87f8 commit da3d199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_integration-with-existing-apps-kotlin.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import constants from '@site/core/TabsConstants';
<img width="1518" alt="image" src="https://github.com/facebook/react-native-website/assets/615282/7b388e99-f437-4d9c-8e02-56e67c2d2a21">import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import constants from '@site/core/TabsConstants';

## Key Concepts

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit da3d199

Please sign in to comment.