litho
litho copied to clipboard
RecyclerCollectionComponent doesn't support pull to refresh spinner offset
- [x] I have searched existing issues and this is not a duplicate
Version
0.25.0
Issues and Steps to Reproduce
RecyclerCollectionComponent doesn't support pull to refresh spinner offset
Expected Behavior
Allow me configuring the pull to refresh spinner offset position
You mean, vertical offset or horizontal? Do you wanna send PR for that?
For android SwipeRefreshLayout, you can setProgressViewOffset api to define the spinner offset. But for litho recycler collection component, there is no property to configure.
As @muraziz mentioned, I'd also suggest to send a PR for that.