mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Replace $FlowFixMe in DrawerLayoutAndroid (#48569)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/48569 Changelog: [General][Changed] - Improve types on DrawerLayoutAndroid Reviewed By: cipolleschi Differential Revision: D67975172 fbshipit-source-id: 922d51d78b9e035f7703b1d53af39fa6dae8060b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f7977387f4
commit
b5155fba89
+3
-1
@@ -10,5 +10,7 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
import typeof DrawerLayoutAndroid from './DrawerLayoutAndroid.android';
|
||||
|
||||
module.exports =
|
||||
require('../UnimplementedViews/UnimplementedView') as $FlowFixMe;
|
||||
require('../UnimplementedViews/UnimplementedView') as $FlowFixMe as DrawerLayoutAndroid;
|
||||
|
||||
@@ -1786,7 +1786,7 @@ declare export default typeof AndroidDrawerLayoutNativeComponent;
|
||||
`;
|
||||
|
||||
exports[`public API should not change unintentionally Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.js 1`] = `
|
||||
"declare module.exports: $FlowFixMe;
|
||||
"declare module.exports: DrawerLayoutAndroid;
|
||||
"
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user