Skip to content

Commit 88b2877

Browse files
piotr pietruszewskipi0trpietruszewski
authored andcommitted
docs: removed manual linking docs
1 parent 688bcd2 commit 88b2877

File tree

4 files changed

+0
-45
lines changed

4 files changed

+0
-45
lines changed

README.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@
1010

1111
- [Installation](#installation)
1212
- [Android](#android)
13-
- [Automatic linking (React Native <=0.59)](#android-automatic-linking-with-react-native-v059-and-below)
14-
- [Manual linking (React Native <=0.59)](#android-manual-linking-with-react-native-v059-and-below)
1513
- [Setup](#android-setup)
1614
- [Permissions](#android-permissions)
1715
- [Push Notifications](#android-push-notifications)
1816
- [Push notification deep links support](#android-push-notification-deep-links-support)
1917
- [iOS](#ios)
20-
- [Manual linking (React Native <=0.59)](#ios-manual-linking-with-react-native-v059-and-below)
2118
- [Setup](#ios-setup)
2219
- [Permissions](#ios-permissions)
2320
- [Push Notifications](#ios-push-notifications)
@@ -43,26 +40,6 @@ yarn add intercom-react-native
4340

4441
If you're using React Native v0.60 or above, the library will be linked automatically without any steps being taken.
4542

46-
#### Android: Automatic linking with React Native v0.59 and below
47-
48-
```
49-
$ react-native link intercom-react-native
50-
```
51-
52-
#### Android: Manual linking with React Native v0.59 and below
53-
54-
- Add below code to `android/settings.gradle`
55-
56-
```Gradle
57-
include ':intercomreactnative'
58-
project(':intercomreactnative').projectDir = new File(rootProject.projectDir, '../../android')
59-
```
60-
61-
- Then edit `android/app/build.gradle`, inside `dependencies` at very bottom add
62-
63-
```Gradle
64-
implementation project(':intercomreactnative')
65-
```
6643

6744
#### Android: Setup
6845

@@ -278,10 +255,6 @@ cd ..
278255

279256
If you're using React Native v0.60 or above, the library will be linked automatically without any steps being taken.
280257

281-
#### iOS: Manual linking with React Native v0.59 and below
282-
283-
See [How to manually link IOS Intercom SDK](docs/IOS-MANUAL-LINKING.md)
284-
285258
#### iOS: Setup
286259

287260
- Open `ios/AppDelegate.m` then add below code:

docs/IOS-MANUAL-LINKING.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/xcode-linking.png

-2.7 MB
Binary file not shown.

docs/xcode-popup.png

-2.05 MB
Binary file not shown.

0 commit comments

Comments
 (0)