mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
1dfe82d588
Summary: Some callsites access `UIManager` from `NativeModules.UIManager` instead of importing directly from `UIManager.js`. Post TurboModule spec flow typing, we don't install `getViewManagerConfig()` on the NativeUIManager object anymore, only on the JS wrapper. So callsites not importing from `UIManager.js` will break. Example: https://github.com/react-native-community/react-native-maps/blob/dbf746d66ca1b42f2beb790bfbf4c0e3a74f3279/lib/components/decorateMapComponent.js#L32-L40 Reviewed By: JoshuaGross, mdvacca Differential Revision: D15588353 fbshipit-source-id: 2c2b497dae0660abf15acb2f944546fe03e9bb0a