Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Original file line number Diff line number Diff line change
Expand Up @@ -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;
"
`;

Expand Down
Loading