react-native/Libraries/RCTTest
Nick Lockwood 6dd171b8c2 RCTImagePicker now uses main thread
Summary: public

RCTImagePicker (aka ImagePickerIOS) was previously displaying UI from a random thread, which is unsafe. This diff forces it to execute on the main thread instead.

Reviewed By: jspahrsummers

Differential Revision: D2657465

fb-gh-sync-id: 3c0fa6935061ccaa3e6ce649b4e3e8ad8c701384
2015-11-16 03:17:29 -08:00
..
FBSnapshotTestCase Ran Convert > To Modern Objective C Syntax 2015-08-25 01:08:49 -08:00
RCTTest.xcodeproj Introduce SnapshotView which wraps Renderable content and will verify the snapshot 2015-10-02 12:15:24 -07:00
RCTSnapshotManager.h Introduce SnapshotView which wraps Renderable content and will verify the snapshot 2015-10-02 12:15:24 -07:00
RCTSnapshotManager.m RCTImagePicker now uses main thread 2015-11-16 03:17:29 -08:00
RCTTestModule.h Migrate unit tests from FBReactKitModules to FBReactKit 2015-07-07 16:39:35 -08:00
RCTTestModule.m Replaced RCTSparseArray with NSDictionary 2015-11-14 10:28:28 -08:00
RCTTestRunner.h Replaced RCTSparseArray with NSDictionary 2015-11-14 10:28:28 -08:00
RCTTestRunner.m Replaced RCTSparseArray with NSDictionary 2015-11-14 10:28:28 -08:00
SnapshotViewIOS.android.js Move SnapshotView to SnapshotViewIOS and create an unimplemented android version 2015-10-13 11:48:38 -07:00
SnapshotViewIOS.ios.js Fix a warning about SnapshotView 2015-10-19 06:10:22 -07:00