mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-25 01:28:16 +00:00
Fix typo in deep linking schema (#204)
This matches the rest of the definitions of the URI schema later on in the documentation and examples.
This commit is contained in:
parent
77ec01296f
commit
207a5cc0b6
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
In this guide we will set up our app to handle external URIs. Let's start with the SimpleApp that [we created in the getting started guide](/docs/intro).
|
In this guide we will set up our app to handle external URIs. Let's start with the SimpleApp that [we created in the getting started guide](/docs/intro).
|
||||||
|
|
||||||
In this example, we want a URI like `mychat://chats/Taylor` to open our app and link straight into Taylor's chat page.
|
In this example, we want a URI like `mychat://chat/Taylor` to open our app and link straight into Taylor's chat page.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user