Skip to content

Commit 71e5066

Browse files
authored
Update README.md
1 parent 42eaffd commit 71e5066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ In order to receive deeplink on browser close event, you have to setup them firs
8585

8686
### On iOS
8787

88-
First, you need to **[enable react-native deeplinks support](https://reactnative.dev/docs/linking#enabling-deep-links)**. Then, edit your `Info.plist` file:
88+
First, you need to **[enable react-native deeplinks support](https://reactnative.dev/docs/linking#enabling-deep-links)**. Then, edit your `Info.plist` file to add:
8989

9090
```xml
9191
<key>CFBundleURLTypes</key>
@@ -105,7 +105,7 @@ First, you need to **[enable react-native deeplinks support](https://reactnative
105105

106106
### On Android
107107

108-
Edit your `AndroidManifest.xml` ([more documentation](https://developer.android.com/training/app-links/deep-linking)):
108+
Edit your `AndroidManifest.xml` to add ([more documentation](https://developer.android.com/training/app-links/deep-linking)):
109109

110110
```xml
111111
<activity android:name=".MainActivity">

0 commit comments

Comments
 (0)