Skip to content

'Shake for dev menu' doesn't work after pod install 'React' #10366

@woonmayer

Description

@woonmayer

Issue Description

I cannot show up dev menu, after pod install 'React'

Steps to Reproduce / Code Snippets

  1. react-native init [Project]
  2. cd ios/
  3. pod init and fill it with pod React
...
 pod 'React', :path => '../node_modules/react-native', :subspecs => [
    'Core',
    'RCTText',
    'RCTWebSocket', # needed for debugging
  ]
...
  1. pod install
  2. open with [Project].workspace, and bulid & run on device (iPhone)
  3. Shake, but no response here

Expected Results

I want to show dev menu for debugging,

But I cannot open dev menu even on newly init project.

How can I open it? Anyone who is in this issue here?

Additional Information

  • React Native version: 0.35.0
  • Platform(s) (iOS, Android, or both?): iOS
  • Operating System (macOS, Linux, or Windows?): Mac

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions