Fabric: Codegen for PullToRefresh component

Summary:
Straightforward.
Rick, I rename some stuff, I hope you are cool with that.

Reviewed By: mdvacca

Differential Revision: D15403306

fbshipit-source-id: 1dbd34060052a9bd39ed4211010f14b76fffcde6
This commit is contained in:
Valentin Shergin
2019-05-19 17:44:40 -07:00
committed by Facebook Github Bot
parent e8b2145263
commit f02feb8d38
10 changed files with 10 additions and 181 deletions
@@ -43,8 +43,8 @@ export type NativeProps = $ReadOnly<{|
refreshing: boolean,
|}>;
type RCTRefreshControlNativeType = Class<NativeComponent<NativeProps>>;
type PullToRefreshView = Class<NativeComponent<NativeProps>>;
module.exports = ((requireNativeComponent(
'RCTRefreshControl',
): any): RCTRefreshControlNativeType);
): any): PullToRefreshView);