Permalink
Browse files
Renamed InitializeJavaScriptAppEngine to InitializeCore
- Loading branch information...
|
|
@@ -18,7 +18,7 @@ declare module 'deepFreezeAndThrowOnMutationInDev' { |
|
|
declare function exports<T>(obj : T) : T;
|
|
|
}
|
|
|
declare module 'flattenStyle' { }
|
|
|
-declare module 'InitializeJavaScriptAppEngine' { }
|
|
|
+declare module 'InitializeCore' { }
|
|
|
declare module 'RCTEventEmitter' {
|
|
|
declare function register() : void;
|
|
|
}
|
|
|
|
|
|
@@ -145,7 +145,7 @@ var moduleMapReactNative = Object.assign( |
|
|
deepDiffer: 'react-native/lib/deepDiffer',
|
|
|
deepFreezeAndThrowOnMutationInDev: 'react-native/lib/deepFreezeAndThrowOnMutationInDev',
|
|
|
flattenStyle: 'react-native/lib/flattenStyle',
|
|
|
- InitializeJavaScriptAppEngine: 'react-native/lib/InitializeJavaScriptAppEngine',
|
|
|
+ InitializeCore: 'react-native/lib/InitializeCore',
|
|
|
RCTEventEmitter: 'react-native/lib/RCTEventEmitter',
|
|
|
TextInputState: 'react-native/lib/TextInputState',
|
|
|
UIManager: 'react-native/lib/UIManager',
|
|
|
|
|
|
@@ -17,7 +17,7 @@ |
|
|
* ensures it exists in the dependency graph and can be `require`d.
|
|
|
* TODO: require this in packager, not in React #10932517
|
|
|
*/
|
|
|
-require('InitializeJavaScriptAppEngine');
|
|
|
+require('InitializeCore');
|
|
|
|
|
|
var EventPluginHub = require('EventPluginHub');
|
|
|
var EventPluginUtils = require('EventPluginUtils');
|
|
|
|
|
|
@@ -17,7 +17,7 @@ |
|
|
* ensures it exists in the dependency graph and can be `require`d.
|
|
|
* TODO: require this in packager, not in React #10932517
|
|
|
*/
|
|
|
-require('InitializeJavaScriptAppEngine');
|
|
|
+require('InitializeCore');
|
|
|
|
|
|
var React = require('React');
|
|
|
var ReactComponentEnvironment = require('ReactComponentEnvironment');
|
|
|
|
0 comments on commit
7b7c0e4