You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if npm install of other packages will cause the same problem, I haven't tested that, but npm install --save prop-types to an out-of-the-box CRNA storybook app on RN 44, leads to loads of npm run storybook errors like Error: Can't resolve 'react' in '/Users/kmac/Desktop/storybook/react-native-multi-level-select/node_modules/react-modal/lib/components'
And in the end I had to remove prop-types and @storybook/react-native then rerun getstorybook for it to work again
The text was updated successfully, but these errors were encountered:
Thanks @kdenz I'll check it out and see (1) whether I can reproduce the problem, and (2) whether I can make sense of what's going! It'll be a couple days though, so if anybody else wants to jump in here, go right ahead!
I'm not sure if
npm install
of other packages will cause the same problem, I haven't tested that, butnpm install --save prop-types
to an out-of-the-box CRNA storybook app on RN 44, leads to loads ofnpm run storybook
errors likeError: Can't resolve 'react' in '/Users/kmac/Desktop/storybook/react-native-multi-level-select/node_modules/react-modal/lib/components'
And in the end I had to remove
prop-types
and@storybook/react-native
then rerungetstorybook
for it to work againThe text was updated successfully, but these errors were encountered: