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

Updates from Mon 18 May #1327

Merged
merged 5 commits into from
May 18, 2015
Merged

Updates from Mon 18 May #1327

merged 5 commits into from
May 18, 2015

Commits on May 17, 2015

  1. Configuration menu
    Copy the full SHA
    545edba View commit details
    Browse the repository at this point in the history
  2. [react-native] Update jest to get perf bugfix

    Amjad Masad committed May 17, 2015
    Configuration menu
    Copy the full SHA
    407d8d4 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2015

  1. [ReactNative] Fix RCTBatchedBridge main thread invalidation

    Summary:
    D2052669 introduced a block for objects that had to be invalidated on the main
    thread, but after the JS thread objects, but the block was being dispatched on
    the JS thread.
    
    @public
    
    Test Plan:
    I added `RCTAssertMainThread()` to the `mainThreadInvalidate` block, it was
    crashing on reload, but now it should work as expected.
    tadeuzagallo committed May 18, 2015
    Configuration menu
    Copy the full SHA
    a4e89d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eedb880 View commit details
    Browse the repository at this point in the history
  3. Updates from Mon 18 May

    Alexsander Akers committed May 18, 2015
    Configuration menu
    Copy the full SHA
    7219fce View commit details
    Browse the repository at this point in the history