We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544f839 commit ce42ee7Copy full SHA for ce42ee7
README.md
@@ -210,7 +210,8 @@ import InAppBrowser from 'react-native-inappbrowser-reborn'
210
211
### Authentication Flow using Deep Linking
212
213
-Define your app scheme and replace `my-scheme` and `my-host` with your info.
+In order to redirect back to your application from a web browser, you must specify a unique URI to your app. To do this,
214
+define your app scheme and replace `my-scheme` and `my-host` with your info.
215
216
- Enable deep linking (Android) - **[AndroidManifest.xml](https://github.com/proyecto26/react-native-inappbrowser/blob/master/example/android/app/src/main/AndroidManifest.xml#L23)**
217
```
0 commit comments