File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
packages/react-native/Libraries Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
'use strict' ;
12
12
13
+ import typeof DrawerLayoutAndroid from './DrawerLayoutAndroid.android' ;
14
+
13
15
module . exports =
14
- require ( '../UnimplementedViews/UnimplementedView' ) as $FlowFixMe ;
16
+ require ( '../UnimplementedViews/UnimplementedView' ) as $FlowFixMe as DrawerLayoutAndroid ;
Original file line number Diff line number Diff line change @@ -1786,7 +1786,7 @@ declare export default typeof AndroidDrawerLayoutNativeComponent;
1786
1786
`;
1787
1787
1788
1788
exports[`public API should not change unintentionally Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.js 1`] = `
1789
- "declare module.exports: $FlowFixMe ;
1789
+ "declare module.exports: DrawerLayoutAndroid ;
1790
1790
"
1791
1791
`;
1792
1792
You can’t perform that action at this time.
0 commit comments