Skip to content

Commit 96d6c28

Browse files
author
aksonov
committed
submit deep linking example to handle URL like mychat://login/123
1 parent d1d4e87 commit 96d6c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/Example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ const Example = () => (
219219
<Scene key="demo_lightbox" component={DemoLightbox} />
220220
</Lightbox>
221221
<Scene key="error" component={ErrorModal} />
222-
<Stack key="login" titleStyle={{ alignSelf: 'center' }}>
222+
<Stack key="login" path="login/:data" titleStyle={{ alignSelf: 'center' }}>
223223
<Scene
224224
key="loginModal"
225225
component={Login}

0 commit comments

Comments
 (0)