react-native/Libraries/RCTTest
Kevin Gozali 29245e96cb iOS: prevent nativemodule access from JS if bridge is no longer valid
Summary: This helps prevent race condition where JS calls to NativeModules got queued and executed while the bridge is invalidating itself, causing assertion failures in test setup (for example). It won't prevent it 100% of the time, due to threading (and adding lock is expensive for each nativemodule call).

Reviewed By: yungsters

Differential Revision: D9231636

fbshipit-source-id: 298eaf52ffa4b84108184124e75b206b9ca7a41d
2018-08-09 12:17:07 -07:00
..
FBSnapshotTestCase Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTTest.xcodeproj Update Xcode projects (#19574) 2018-06-19 23:48:12 -07:00
RCTSnapshotManager.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTSnapshotManager.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTTestModule.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTTestModule.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTTestRunner.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTTestRunner.m iOS: prevent nativemodule access from JS if bridge is no longer valid 2018-08-09 12:17:07 -07:00
SnapshotViewIOS.android.js Prettier React Native Libraries 2018-05-10 19:10:38 -07:00
SnapshotViewIOS.ios.js RN: Remove Native Prop Validation 2018-06-01 12:54:14 -07:00