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:
Alex Hunt
2025-01-09 07:47:58 -08:00
committed by Facebook GitHub Bot
parent f7977387f4
commit b5155fba89
2 changed files with 4 additions and 2 deletions
@@ -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;
"
`;