Daniel Williams
Daniel Williams
@TurtleWolfe in my opinion the focus of the current tutorial is wrong. It instructs the user to use react-native-web which currently doesn't work well with react native storybook. Also all...
@TurtleWolfe just to let you know it might not work very well inside a tab, react native storybook's ui is generally designed to work full screen and has its own...
@elisechant sorry I don't understand what you mean. Are you unable to use hooks? I don't think there should be anything stopping you.
@elisechant OK, I wasn't aware of that. However I'm not sure what the fix was for this. The CSF syntax actually uses the storiesof function under the hood so it...
> > ``` > > * Or you can use storybook inside a stack navigator separate from the tab navigator of the app so that it would appear full screen...
@tsepen > How to fix? > `"@storybook/react-native": "^6.0.1-alpha.1", "@storybook/react-native-server": "^6.0.0-alpha.0",` There is no @storybook/react-native-server implemented for 6.0 yet, this version you installed is a very old version before I even...
@velidan with the react native v6 beta you can use react native storybook and react-native-web storybook together. You can try it out with the expo template I made `expo init...
@Dhillon-Prabh unfortunately there is no update on that, I see it as something that can be re-introduced at a later time (after initial v6). The reason for that is that...
@clayrisser hey this is interesting, could you create a PR here on github instead?
@clayrisser im having trouble finding the changes which enable the server. Currently it wouldn't work because the websockets aren't opened on startup for the device and the server isnt updated...