-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected behaviour when rendering an array of Scenes #2214
Comments
Sorry, it is not supported behaviour. |
@aksonov so there is actually no way to render Scenes from a list of scenes? I have to hardcode every scene? There is absolutely no way?! |
Yes, it is how routing works. You don't |
Probably you have to read more about navigation in general. |
@aksonov Hm... How would you set up a navigation if you do not know how "deep" it goes, how many layers it has etc? |
Sorry, it is about your app architecture, not about RNRF. |
@aksonov okay. thanks for your quick help! |
Version
Expected behaviour
I expect the Scenes to be rendered.
Actual behaviour
Got the error Message
Steps to reproduce
That is my Code.
What I am having trouble with is rendering an
array
of Scenes. I need to do that if I don't want to hardcode everyScene
and its correspondingComponent
, but rather feed it anobject
and then create theScenes
and theRouting
. I have no idea how to render a list ofScenes
...The text was updated successfully, but these errors were encountered: