cljsrn

joshmiller 2023-12-07T17:43:32.141179Z

I just released v0.3.0 of my template project for React Native + Krell + Storybook: https://github.com/joshuamiller/react-native-template-cljs-krell-storybook

🙌 3
wojciech 2023-12-08T16:18:29.718619Z

I noticed it uses the web version of storybook, instead of the mobile one (https://github.com/storybookjs/react-native). Do you have any plans to switch?

joshmiller 2023-12-08T18:06:11.283889Z

Funny you should ask, I’m actually working on that right now. If you look at master, it’s currently working. I’m just getting the directory structure sorted out and making sure everything fits together right.

joshmiller 2023-12-08T20:43:14.831349Z

@wojciech That’s done now, version 0.3.2 uses the mobile Storybook

wojciech 2023-12-08T21:04:52.350359Z

Awesome! 🙇‍♂️

joshmiller 2023-12-07T17:43:52.966649Z

This brings the template up to date with the current release of RN (0.73.0)