Skip to content

Commit 83a9d1c

Browse files
committed
Fix indentation for steps in getting started
1 parent 51bed63 commit 83a9d1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/versioned_docs/version-4.x/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ Next, we need to link these libraries. The steps depends on your React Native ve
7777
react-native link react-native-screens
7878
```
7979

80-
- To finalize installation of `react-native-screens` for Android, add the following two lines to `dependencies` section in `android/app/build.gradle`:
80+
To finalize installation of `react-native-screens` for Android, add the following two lines to `dependencies` section in `android/app/build.gradle`:
8181

82-
```
82+
```gradle
8383
implementation 'androidx.appcompat:appcompat:1.1.0-rc01'
8484
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha02'
8585
```
8686

87-
- To finalize installation of `react-native-gesture-handler` for Android, make the following modifications to `MainActivity.java`:
87+
To finalize installation of `react-native-gesture-handler` for Android, make the following modifications to `MainActivity.java`:
8888

8989
```diff
9090
package com.reactnavigation.example;

0 commit comments

Comments
 (0)