react-native/Libraries/ReactIOS
Ben Alpert 261a0af9bb [react-native] Fix Chrome debugging
Summary:
Requiring ExceptionsManager in renderApplication (added in D2023119) led to a transitive require of ExecutionEnvironment, which has to run after InitializeJavaScriptAppEngine.

InitializeJavaScriptAppEngine is the right place for this sort of logic because we control the order that things are loaded, so move the console.error hook initialization there.

@public

Test Plan: Loaded shell app in simulator with Chrome debugging with no errors.
2015-04-30 02:16:40 -08:00
..
IOSDefaultEventPluginOrder.js flowify Libraries/ReactIOS 2015-03-25 17:09:51 -08:00
IOSNativeBridgeEventPlugin.js flowify Libraries/ReactIOS 2015-03-25 17:09:51 -08:00
NativeMethodsMixin.js Implement transform styles, redux 2015-04-23 10:17:39 -08:00
React.js flowify Libraries/ReactIOS 2015-03-25 17:09:51 -08:00
ReactIOS.js [react-native] Bring React.render behavior in line with web 2015-03-31 10:52:42 -08:00
ReactIOSComponentEnvironment.js flowify Libraries/ReactIOS 2015-03-25 17:09:51 -08:00
ReactIOSComponentMixin.js [react-native] Fix capitalization of "REact" 2015-04-27 13:52:57 -08:00
ReactIOSDOMIDOperations.js flowify Libraries/ReactIOS 2015-03-25 17:09:51 -08:00
ReactIOSDefaultInjection.js [react-native] Nicer error for undefined or string tag names 2015-04-02 16:40:24 -08:00
ReactIOSEventEmitter.js Flowify ReactIOSEventEmitter 2015-03-25 10:10:47 -08:00
ReactIOSGlobalInteractionHandler.js Flowify a bunch of Libraries 2015-03-24 18:22:05 -08:00
ReactIOSGlobalResponderHandler.js Flowify a bunch of Libraries 2015-03-24 18:22:05 -08:00
ReactIOSMount.js Improved RCTActivityIndicatorView and fixed some flow errors 2015-04-26 02:17:13 -08:00
ReactIOSNativeComponent.js Implement transform styles, redux 2015-04-23 10:17:39 -08:00
ReactIOSReconcileTransaction.js Flowify a bunch of Libraries 2015-03-24 18:22:05 -08:00
ReactIOSStyleAttributes.js [ReactNative] verifyPropTypes against native exports 2015-04-16 18:15:36 -08:00
ReactIOSTagHandles.js Flowify a bunch of Libraries 2015-03-24 18:22:05 -08:00
ReactIOSTextComponent.js [ReactNative] Expanded license on js files 2015-03-23 13:17:54 -08:00
ReactIOSViewAttributes.js Flowify a bunch of Libraries 2015-03-24 18:22:05 -08:00
WarningBox.js [ReactNative][RFC] Yellow Box for warnings 2015-04-27 13:32:22 -08:00
createReactIOSNativeComponentClass.js flowify Libraries/ReactIOS 2015-03-25 17:09:51 -08:00
diffRawProperties.js flowify Libraries/ReactIOS 2015-03-25 17:09:51 -08:00
renderApplication.ios.js [react-native] Fix Chrome debugging 2015-04-30 02:16:40 -08:00
requireNativeComponent.js Reduced prop mapping overhead 2015-04-22 04:13:25 -08:00
verifyPropTypes.js [ReactNative] use requireNativeComponent to clean up a bunch of boilerplate 2015-04-21 21:06:48 -08:00