mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
AndroidSwipeRefreshLayout is not interfaceOnly
Summary: I think this was just an oversight when adding the flow types (notice that this flag isn't in the schema file, and the interface is required for android) Reviewed By: TheSavior Differential Revision: D15960965 fbshipit-source-id: 116b289261fbcaaaff53cd657a91f03dc036fb98
This commit is contained in:
committed by
Facebook Github Bot
parent
468c9f581f
commit
aa89f908cb
@@ -64,9 +64,4 @@ type NativeProps = $ReadOnly<{|
|
||||
refreshing: WithDefault<boolean, false>,
|
||||
|}>;
|
||||
|
||||
export default codegenNativeComponent<NativeProps>(
|
||||
'AndroidSwipeRefreshLayout',
|
||||
{
|
||||
interfaceOnly: true,
|
||||
},
|
||||
);
|
||||
export default codegenNativeComponent<NativeProps>('AndroidSwipeRefreshLayout');
|
||||
|
||||
Reference in New Issue
Block a user