React Native: Cannot click debug menu

When you press ⌘ + d in the iOS simulator, the debug menu goes slowly. Clicking on any of the options does nothing. Then I need to stop the project and start it again.

Xcode 6.4
React-Native 0.11.4 OSX El Capitan

enter image description here

+7
xcode react-native
source share
1 answer

Select your simulator and open the "Debug" menu and uncheck "Slow animations" (or ⌘ + T ) so that the animation speed is normal.

+34
source share

All Articles