cljsrn

ah45 2021-11-05T17:00:37.036100Z

πŸ‘‹πŸ» all, quick question for those using Storybook: are you using https://github.com/storybookjs/react-native or just Storybook β€œcore” with react-native-web providing a bridge for component development? The current state of https://github.com/storybookjs/react-native (last stable release, 5.3.25, quite far behind the core releases and v6 in a very long alpha with what looks like limited resource behind it) has me wondering if it’s better to avoid it so I’m interested to learn from your experiences πŸ˜„

dnolen 2021-11-05T17:32:19.037800Z

@ah45 we're on RN 0.63.3 - storybook 5.3.23 on one project - it's behind yes - but for our purposes not really a problem - did you actually encounter any problems?

ah45 2021-11-05T17:52:37.040200Z

Nothing beyond the usual difficulties of wrangling Javascript package versions and trying to follow semi-bitrotted documentation πŸ˜… Good to know it’s still proving to be a stable and viable tool despite the age, that assuages my concerns somewhat πŸ‘πŸ»

dnolen 2021-11-05T17:59:22.040800Z

some small things aside, been pretty happy w/ RN after the 0.6 changes - seems pretty stable

dnolen 2021-11-05T18:01:34.041600Z

as far as Storybook v6.0 - perusing the docs about it - it doesn't seem particularly impactful for our use case anyway, the primary concern w/ be RN support bitrotting