mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-26 05:25:30 +08: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:
@@ -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 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user