Storybook does not work with RN0.59.+
See original GitHub issueDescribe the bug Unable to load findSymlinksPaths: Cannot find module ‘react-native/local-cli/util/findSymlinksPaths’
error: unknown option `–projectRoots’
To Reproduce Steps to reproduce the behavior:
- Upgrade to latest react-native version
- run storybook start -p 7007 | react-native start --projectRoot storybook
Additional context I think the problem is because the path is wrong, now the cli is from @react-community/cli
Issue Analytics
- State:
- Created 4 years ago
- Comments:15 (5 by maintainers)
Top Results From Across the Web
@storybook/react-native - npm
StorybookUI is a RN View component that can be embedded anywhere in your RN application, e.g. on a tab or within an admin...
Read more >Error running storybook - sh: 1: start-storybook: not found
This error is due to the node_modules folder. If you delete that folder and run npm install . it will work. Mostly due...
Read more >Saunders Comprehensive Review for the NCLEX-RN ... - Evolve
Often called the 'the best NCLEX ® exam review book ever,' Saunders Comprehensive Review for the NCLEX-RN® Examination, 8 th Edition has been...
Read more >Medicare Claims Processing Manual, Chapter 9 - CMS
The FQHC reports modifier 59 when billing for a subsequent injury or illness. This is not to be used when a patient sees...
Read more >Nurses are waiting months for licenses as hospital staffing ...
Her story is a familiar one for nurses throughout the country. ... Listen· 6:59 ... Wait times in some states underestimate the problem....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The solution for me was to modify package.json to :
work well with react-native 0.59.2
I’ve solved this adding
react-dom
as devDep and then adding this tometro.config.js
: