not seeing the "Toggle Storybook" option in the developer menu
See original GitHub issueWhat’s going on? I’m not seeing the “Toggle Storybook” option in the developer menu.
Steps to reproduce
npx ignite-cli new PizzaApp --expo --bundle=com.infinitered.pizzaapp
yarn storybook
yarn start
- open developer menu (CMD + D)
- expect to see the option “Toggle Storybook”
npx ignite-cli doctor
results:
*[master][~/wip/pizzaapp]$ npx ignite-cli doctor
System
platform darwin
arch x64
cpu 16 cores Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz
directory pizzaapp /Users/chance/wip/pizzaapp
JavaScript (and globally-installed packages)
node 14.18.1 /Users/chance/.nvm/versions/node/v14.18.1/bin/node
npm 6.14.15 /Users/chance/.nvm/versions/node/v14.18.1/bin/npm
npm 6.14.15
yarn 1.22.10 /usr/local/bin/yarn
create-react-app 4.0.1
ios-deploy 1.11.1
npm-check-updates 7.0.2
serve 11.3.2
Ignite
ignite-cli 7.5.0 /Users/chance/.npm/_npx/822/bin/ignite
ignite src build /Users/chance/.npm/_npx/822/lib/node_modules/ignite-cli/build
Android
java 13.0.2 /usr/bin/java
android home - undefined
iOS
xcode 12.4
cocoapods 1.10.1 /usr/local/bin/pod
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Controls is not visible/shown in canvas/addons (only in docs)
Describe the bug. I added controls to my story but it only shows in the docs tab not on the canvas/addons. To Reproduce...
Read more >Panels not visible in React Storybook - Stack Overflow
On running storybook, I see 'No panels Available' message in the bottom of the page where actions panels are rendered. I have imported...
Read more >Controls - Storybook - JS.ORG
Storybook Controls gives you a graphical UI to interact with a component's arguments dynamically without needing to code. It creates an addon panel...
Read more >Features and behavior - Storybook
Thousands of teams use it for UI development, testing, and documentation. ... sidebar, Object, Sidebar options, see below, { showRoots: false }.
Read more >Toolbars & globals - Storybook - JS.ORG
When you start your Storybook, you should see a new dropdown with the light and dark options in your toolbar. Create a decorator....
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
To add to this I’m getting a slightly different issue where storybook is showing a constant “loading story” on the storybook page.
yarn android
yarn storybook
I’m using windows 10 and node 16.
@chancesmith Good question! We don’t currently have a way to toggle the Storybook from the dev menu in Expo.
You can use Reactotron to toggle the Storybook mode. Just load it up and go to the Storybook tab.
(Oops – looks like it’s not working! Will get someone on this to fix it.)