-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
addon-knobs for React-Native not working #6918
Comments
Facing the same issue. Tried alpha & next channels as well. |
Automention: Hey @Armanio @benoitdion @Gongreg @igor-dv @leoyli, you've been tagged! Can you give a hand here? |
Sorry, accidentally closed it. |
@shilman Yes I did the same. When I was trying out stable build, all storybook dependencies were on 4.1.18. And for 'rc' tag, I used 5.1.0-rc.3 across. |
@aswin-s Ok, thanks for letting me know. Hopefully we can get a fix out soon. |
@shilman , thank you for getting back on this issue!
|
I tried this on a new CRNA app and to my surprise, it's working. I don't know where I messed up last time. Please mark this as a non-issue. |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Hey, is there still an issue here? |
@Gongreg Nope, they are working! But theres still the debounce interval problem that i highlighted. But i guess this issue can be closed for its topic :) Thanks for helping out ! |
is there someone having an Expo SDK33 setup that works? I can't find any RN example anymore in the repo and by ondevice knobs don't appear :( |
Hey @slorber, this is the example: https://github.com/storybookjs/storybook/tree/next/examples-native/crna-kitchen-sink . I hope it works, I am not sure, didn't test it. |
Thanks @Gongreg this probably saved me few hours :) Just noticed I simply forgot to add "/register" at the end of each import. Isn't there a way to warn the user if he types the wrong import, like I did? |
Describe the bug
In the index.tsx file, I have tried adding a global decorator for add-on knobs with the code below. (Notes is working, knobs is not.)
And in my story file,
I can see that the const values are parsed correctly in the app, but there is no knobs available.
relevant dependencies:
The text was updated successfully, but these errors were encountered: