mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook Github Bot
parent
1eb8ef59ad
commit
ef3b16ef6d
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user