Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove flushSync from React Native #12565

Merged
merged 1 commit into from
Apr 7, 2018

Commits on Apr 6, 2018

  1. Remove flushSync from React Native

    There are no plans to enable async in the old renderer. In the new renderer
    it only really makes sense to do from the main thread and probably from
    native since it'll have to yield to native first.
    sebmarkbage committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    8513a09 View commit details
    Browse the repository at this point in the history