Skip to content

Commit

Permalink
Fixed a typo in Linking page. (#2968)
Browse files Browse the repository at this point in the history
AndroidManifext.xml should be AndroidManifest.xml
  • Loading branch information
Hkmu committed Feb 14, 2022
1 parent b343a6e commit 4795a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/linking.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ The `Promise` will reject on Android if it was impossible to check if the URL ca
>
> As of iOS 9, your app also needs to provide the `LSApplicationQueriesSchemes` key inside `Info.plist` or `canOpenURL()` will always return `false`.
> When targeting Android 11 (SDK 30) you must specify the intents for the schemes you want to handle in `AndroidManifext.xml`. A list of common intents can be found [here](https://developer.android.com/guide/components/intents-common).
> When targeting Android 11 (SDK 30) you must specify the intents for the schemes you want to handle in `AndroidManifest.xml`. A list of common intents can be found [here](https://developer.android.com/guide/components/intents-common).
>
> For example to handle `https` schemes the following needs to be added to your manifest:
>
Expand Down

0 comments on commit 4795a08

Please sign in to comment.