Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions versioned_docs/version-4.x/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,6 @@ Next, we need to link these libraries. The steps depends on your React Native ve
cd ios; pod install; cd ..
```

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

```gradle
implementation 'androidx.appcompat:appcompat:1.1.0-rc01'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha02'
```

- **React Native 0.59 and lower**

If you're on an older React Native version, you need to manually link the dependencies. To do that, run:
Expand Down
7 changes: 0 additions & 7 deletions versioned_docs/version-5.x/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@ If you're on a Mac and developing for iOS, you need to install pods to complete
cd ios; pod install; cd ..
```

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

```gradle
implementation 'androidx.appcompat:appcompat:1.1.0-rc01'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha02'
```

To finalize installation of `react-native-gesture-handler`, add the following at the **top** (make sure it's at the top and there's nothing else before it) of your entry file, such as `index.js` or `App.js`:

```js
Expand Down