In my application, when I push the RCTRootView and pop it at once, the application will easily get stuck with no touch response.
I paused program execution and found that the program got stuck at the invalidate
method of CADisplayLink
.

The react native version is 0.4.1.
Thanks.