Open khawrk opened 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 }
if (process.env.EXPO_PUBLIC_STORYBOOK_ENABLED === "true") { AppEntryPoint = require("../.storybook").default }
I got yt.platform.match is not a function error
@khawrk can you please be more specific? when did you get this error? whats the project? how can I reproduce it?
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