-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
[Feature request] Add nesting of story tree in React Native #12
Comments
@Gongreg regarding nested stories, did you try to use a |
Hey @sesm, it does work but it works differently than in browser. What I am thinking about is implementing full tree view just like in the browser. Something like this but inside the simulator view. |
@Gongreg We could decide to do one of these things:
|
@ndelangen I would like to try out web view approach. Lets have a session some time in the future. |
Any progress on this? |
Hey, there was no progress from my side. @ndelangen, would it be possible to create a bundle with treeview now? Or the new treeview is still WIP? |
It doesn't seem to do anything for me, other than make the name longer. Am I missing something? |
@lancesnider This feature has not been implemented, which is why the issue is still open |
Any progress? |
Any updates on this feature ? |
@felixolivares not been developed yet but all PR's are welcome. Working through issues when I can, this is one that I want to fix in 6.0. |
Hey everyone! Any update on this issue? |
@Katia-Toboleva I've not had time for it yet but its still on my mind to look at it. My idea for this one was to add it after v6 comes out. |
Hi @dannyhw ! Thanks for an update! Is there any timescale for that? |
@Katia-Toboleva hey, sorry its really hard to give timelines because it just depends on when I have free time or when others want to contribute. |
Ok, no worries! Thanks for looking after this anyway :) |
please try the new alpha version 6.5.5-alpha.0 which has an implementation of this |
Work summary
It would help a lot to display story list as a full screen list instead of half screen. Since now the story names are sometimes too long to properly fit the sidebar.
Some people have requested functionality to display a nested tree instead of one level list (#2833). It shouldn't be too difficult to implement (I hope).
The main concern I have is that adding multiple level tree can be a performance issue in RN.
Where to start
You need to setup CRNA example and try to work on App/OnDeviceUI files.
Acceptance criteria
Who to contact
You can contact me or anyone from contributors in slack.
The text was updated successfully, but these errors were encountered: