React Native development menu freezing in iOS emulator

后端 未结 2 2084
有刺的猬
有刺的猬 2021-02-20 12:35

From yesterday I started getting this issue in iOS emulator:

When I hit cmd+D in iOS emulator to bring up development menu, App becomes unresponsive for ~30 sec. Then w

2条回答
  •  太阳男子
    2021-02-20 13:05

    Looking at your video, it seems that you have enabled the Slow animations debugging mode in the iOS Simulator, perhaps by accidentally pressing Cmd + T.

    Try turning off the slowed animations under the Debug > Slow Animations menu or by pressing Cmd + T again.

    I am not sure of the root cause of the unresponsiveness, but it is perhaps due to the native Action Sheet component animating out on the button press before the control is returned to the application.

提交回复
热议问题