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
4441If 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
279256If 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:
0 commit comments