Daniel Williams
Daniel Williams
@trooperandz glad its working! Thanks for your patience on this, I know its not been easy to get setup. Hopefully I can make it easier. If you have any suggestions...
@jordmccord have you tried the official storybook framework for react native web vite? https://storybook.js.org/docs/get-started/frameworks/react-native-web-vite ___ Edit: like mo mentioned I think theres issues with worklets currently, I need to figure...
You can just pass it in the framework options instead of vitefinal there is a babel configuration there https://storybook.js.org/docs/get-started/frameworks/react-native-web-vite#example-configuration-for-reanimated
@connorhalldev a fix should be in the latest version of reanimated, were you on the latest version?
@connorhalldev Ok I will investigate, I am able to reproduce the error
@connorhalldev it seems like the fix is in react-native-worklets [0.6.1](https://www.npmjs.com/package/react-native-worklets/v/0.6.1) heres the change, check the very last file for the change in the if statement https://github.com/software-mansion/react-native-reanimated/pull/8241/files Heres a patch for...