You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, I've followed a guide to set up a brand new CRNA and storybook environment.
After running getstorybook in a fresh CRNA, and changing the App.js to
export default from './storybook'
I can see that my app is running, and i can view the emoji / "Hello Button" buttons, and see the actions and all, but if I change the button text to "Hello Buttonnnnnnnn" I'll see the "Hot loading..." notification on my phone, but it won't actually update until I toggle from one story, and then back to the story I'm on. (Meaning it's half working, but I don't see changes until rerendering)
for existing projects, you'll need to replace the root storybook app with a react-native class component instead of a functional stateless component #2081
Hey there, I've followed a guide to set up a brand new CRNA and storybook environment.
After running
getstorybook
in a fresh CRNA, and changing the App.js toexport default from './storybook'
I can see that my app is running, and i can view the emoji / "Hello Button" buttons, and see the actions and all, but if I change the button text to "Hello Buttonnnnnnnn" I'll see the "Hot loading..." notification on my phone, but it won't actually update until I toggle from one story, and then back to the story I'm on. (Meaning it's half working, but I don't see changes until rerendering)
Current package.json
The livereloading was working on the CRNA app itself.
The text was updated successfully, but these errors were encountered: