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:
Rick Hanlon
2019-06-24 04:59:13 -07:00
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');