Steps
Observations
In simulator, Command + R works for reload, but, Command + D doesn't work, Hardware -> Shake gesture doesn't work.
Revert to version 0.42.3, the Develper Menu works as expected again.
Environment
Are you using cocoapods ? If so you need to add DevSupport as a subspec of React like so
pod 'React', :path => react_path, :subspecs => [
'Core',
'DevSupport', # Devmenu
'RCTWebSocket', # needed for debugging
# everything else you need...
]
You are right! Thank you very much. It is working now :)
I've found it very hardly, THANKS FOR U!
React native 0.48.1
Platform - IOS
Development Operating System: MacOS
Dev tools: Xcode
Most helpful comment
React native 0.48.1
Platform - IOS
Development Operating System: MacOS
Dev tools: Xcode