storybookjs / react-native

📓 Storybook for React Native!
https://storybook.js.org
MIT License
1.08k stars 156 forks source link

yt.platform.match is not a function #657

Open khawrk opened 1 day ago

khawrk commented 1 day ago

HI I was trying to run storybook with react native ios but whenever I set if (process.env.EXPO_PUBLIC_STORYBOOK_ENABLED === "true") { AppEntryPoint = require("../.storybook").default }

I got yt.platform.match is not a function error

dannyhw commented 1 day ago

@khawrk can you please be more specific? when did you get this error? whats the project? how can I reproduce it?