We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54b481 commit dde30f0Copy full SHA for dde30f0
README.md
@@ -38,6 +38,7 @@ Is simple to instance this component into your view.
38
```tsx
39
<PullRefreshScrollView<ScrollViewProps>
40
view={ScrollView}
41
+ viewRef={ref}
42
loadingChildren={({ animatedValue }) => (
43
<SampleLoader animatedValue={animatedValue} />
44
)}
@@ -91,10 +92,10 @@ Prop that will constriant the pan on pull to the height of loader content when i
91
92
93
## TODO
94
-- [ ] Make scroll component customizable by props
95
+- [X] Make scroll component customizable by props
96
97
- [ ] Add option to get dynamically the height of loadingChildren content
-- [ ] Make animations customizable
98
+- [X] Make animations customizable
99
100
## Contributing
101
0 commit comments