We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e60df0 commit a8d1f48Copy full SHA for a8d1f48
README.md
@@ -1,4 +1,5 @@
1
# rn-faded-scrollview
2
+Inspired by https://github.com/mak12/rn-faded-scrollview.
3
A simple and customisable React Native component that allows you to add fade effect in ScrollView at both ends.
4
5
Vertical Scroll | Horizontal Scroll
@@ -38,4 +39,4 @@ For styling pass these props.
38
39
| Name | Callback param | Description |
40
|---------------------------|------------------------------------------|-------------|
41
| isCloseToEnd | Boolean | if scroll is close to end or not. |
-| isCloseToStart | Boolean | if scroll is close to start or not. |
42
+| isCloseToStart | Boolean | if scroll is close to start or not. |
0 commit comments