You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cxfeng1 - thanks for the report! Can you try this with the latest master branch (npm i facebook/react-native#master --save) and see if that fixes it? Ping me if it is not fixed and I'll reopen the issue!
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 ofCADisplayLink
.The react native version is 0.4.1.
Thanks.
The text was updated successfully, but these errors were encountered: