question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

not seeing the "Toggle Storybook" option in the developer menu

See original GitHub issue

What’s going on? I’m not seeing the “Toggle Storybook” option in the developer menu.

image


Steps to reproduce

  1. npx ignite-cli new PizzaApp --expo --bundle=com.infinitered.pizzaapp
  2. yarn storybook
  3. yarn start
  4. open developer menu (CMD + D)
  5. 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:closed
  • Created 2 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
bayswaterpccommented, Nov 7, 2021

To add to this I’m getting a slightly different issue where storybook is showing a constant “loading story” on the storybook page.

StorybookEternalLoading

  • yarn android
  • yarn storybook

I’m using windows 10 and node 16.

1reaction
jamonholmgrencommented, Oct 22, 2021

@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.)

image

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found