You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.
If you define a prop to be passed to a Scene from the Scene Navigator root it does not seem to be passed through to the final Scene. Only the props send through the navigator.open call are send through. In the documentation it states:
any={prop} // any prop will be passed to SomeScene
Expected: In this I would expect that the 'any' object would be available in either the props of SomeScene or in the props.scene.params object.
I tested this out on the topmost scene. Although I don't know if this would make a difference.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you define a prop to be passed to a Scene from the Scene Navigator root it does not seem to be passed through to the final Scene. Only the props send through the navigator.open call are send through. In the documentation it states:
any={prop} // any prop will be passed to SomeScene
Expected: In this I would expect that the 'any' object would be available in either the props of SomeScene or in the props.scene.params object.
I tested this out on the topmost scene. Although I don't know if this would make a difference.
The text was updated successfully, but these errors were encountered: