react-native/React
Tadeu Zagallo a4e89d71a3 [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.
2015-05-17 18:27:20 -08:00
..
Base [ReactNative] Fix RCTBatchedBridge main thread invalidation 2015-05-17 18:27:20 -08:00
Executors [ReactNative] Add console.profile hooks to systrace 2015-05-14 15:59:20 -08:00
Layout Fixed layout bug 2015-05-13 13:24:36 -07:00
Modules [ReactNative] differentiate fatal and soft exceptions 2015-05-13 13:24:37 -07:00
React.xcodeproj Upgraded dev menu 2015-05-01 06:36:49 -08:00
Views [NavigatorIOS] Fixes #1268 - Bug causing the leftButtonIcon to not appear 2015-05-14 09:01:57 -08:00