File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ declare module 'deepFreezeAndThrowOnMutationInDev' {
1818 declare function exports < T > ( obj : T ) : T ;
1919}
2020declare module 'flattenStyle' { }
21- declare module 'InitializeJavaScriptAppEngine ' { }
21+ declare module 'InitializeCore ' { }
2222declare module 'RCTEventEmitter' {
2323 declare function register ( ) : void ;
2424}
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ var moduleMapReactNative = Object.assign(
145145 deepDiffer : 'react-native/lib/deepDiffer' ,
146146 deepFreezeAndThrowOnMutationInDev : 'react-native/lib/deepFreezeAndThrowOnMutationInDev' ,
147147 flattenStyle : 'react-native/lib/flattenStyle' ,
148- InitializeJavaScriptAppEngine : 'react-native/lib/InitializeJavaScriptAppEngine ' ,
148+ InitializeCore : 'react-native/lib/InitializeCore ' ,
149149 RCTEventEmitter : 'react-native/lib/RCTEventEmitter' ,
150150 TextInputState : 'react-native/lib/TextInputState' ,
151151 UIManager : 'react-native/lib/UIManager' ,
Original file line number Diff line number Diff line change 1717 * ensures it exists in the dependency graph and can be `require`d.
1818 * TODO: require this in packager, not in React #10932517
1919 */
20- require ( 'InitializeJavaScriptAppEngine ' ) ;
20+ require ( 'InitializeCore ' ) ;
2121
2222var EventPluginHub = require ( 'EventPluginHub' ) ;
2323var EventPluginUtils = require ( 'EventPluginUtils' ) ;
Original file line number Diff line number Diff line change 1717 * ensures it exists in the dependency graph and can be `require`d.
1818 * TODO: require this in packager, not in React #10932517
1919 */
20- require ( 'InitializeJavaScriptAppEngine ' ) ;
20+ require ( 'InitializeCore ' ) ;
2121
2222var React = require ( 'React' ) ;
2323var ReactComponentEnvironment = require ( 'ReactComponentEnvironment' ) ;
You can’t perform that action at this time.
0 commit comments