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.
mychat://login/123
1 parent d1d4e87 commit 96d6c28Copy full SHA for 96d6c28
Example/Example.js
@@ -219,7 +219,7 @@ const Example = () => (
219
<Scene key="demo_lightbox" component={DemoLightbox} />
220
</Lightbox>
221
<Scene key="error" component={ErrorModal} />
222
- <Stack key="login" titleStyle={{ alignSelf: 'center' }}>
+ <Stack key="login" path="login/:data" titleStyle={{ alignSelf: 'center' }}>
223
<Scene
224
key="loginModal"
225
component={Login}
0 commit comments