Use generated Java delegate for setting properties on SwipeRefreshLayoutManager

Summary: This diff migrates `SwipeRefreshLayoutManager` to use the generated `AndroidSwipeRefreshLayoutManagerDelegate`.

Reviewed By: JoshuaGross, mdvacca

Differential Revision: D17225894

fbshipit-source-id: e659d2a9cb5dba42c589559f61a0e98330e21612
This commit is contained in:
Oleksandr Melnykov
2019-09-23 07:15:16 -07:00
committed by Facebook Github Bot
parent 1eb8ef59ad
commit ef3b16ef6d
4 changed files with 35 additions and 6 deletions
@@ -28,7 +28,7 @@ type NativeProps = $ReadOnly<{|
/**
* Whether the pull to refresh functionality is enabled.
*/
enabled?: WithDefault<boolean, false>,
enabled?: WithDefault<boolean, true>,
/**
* The colors (at least one) that will be used to draw the refresh indicator.
*/