-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
Implement storySort for React Native #414
Comments
Will add it to the list of improvements |
@Peeeep nice!! I was kinda hoping it would but hadn't confirmed it 😅 |
I believe that this is working in the current stable version see here for more details on sorting stories in csf: |
I am not getting this to work for react-native. Is it really working, or am I doing something wrong? Can someone confirm if it works? I am using SB v.8. |
@dannyhw Can you confirm it is working, or can you reopen this issue? |
Seems like there may have been a regression in 8.5, i don't have availability to work on this until atleast next week but once i do i will look into it |
Is your feature request related to a problem? Please describe.
I'd like to be able to sort my stories alphabetically in React Native.
Describe the solution you'd like
I'd like an implementation of
sortStory
that allows alphabetical ordering, ideally with the same behaviour as in React.Describe alternatives you've considered
I've considered manually editing /storybook.requires.js with a .sort() function. However, there is a warning against editing this file at the top of the file:
/* do not change this file, it is auto generated by storybook. */
and the any changes are lost after re-running
sb-rn-get-stories
.Are you able to assist bring the feature to reality?
No
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: