Got an error when I access the storybook for the first time.
arunoda opened this issue · 1 comments
arunoda commented
How to Reproduce
- npm run storybook
- react-native run-ios
- Then there's a blank screen on the phone.
- Now, open storybook at http://localhost:7007
Then you'll get this error.
When I reload the app, this error will be gone.
I think this is related to selecting null as the current story or something similar.
Malenconiaprincep commented
I met this problem when i use react-native run-ios
ENOENT: no such file or directory, uv_chdir
how to solve it ?