Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Passing a prop from the Scene Root #1

Open
ralphdas opened this issue May 24, 2017 · 0 comments
Open

Passing a prop from the Scene Root #1

ralphdas opened this issue May 24, 2017 · 0 comments

Comments

@ralphdas
Copy link

ralphdas commented May 24, 2017

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant