You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,11 @@ render() {
40
40
}
41
41
```
42
42
43
+
Result :
44
+
45
+

46
+
47
+
43
48
You can find examples in a [dedicated repository](https://github.com/bamlab/react-native-image-header-scroll-view-example).
44
49
45
50
## Usage (API)
@@ -85,8 +90,8 @@ The `HeaderImageScrollView` handle also the following props. None is required :
85
90
86
91
### TriggeringView
87
92
88
-
The module also export a TriggeringView component. It is a simple view witch accept callback called when it disappear
89
-
or appear at the top of the ImageHeaderScrollView. You can see [an exemple in the dedicated repository](https://github.com/bamlab/react-native-image-header-scroll-view-example).
93
+
The module also export a TriggeringView component. It is a spy View you put on the page that will can call various callback during the scroll.
94
+
It accept callback called when it disappear or appear at the top of the ImageHeaderScrollView. You can see [an exemple in the dedicated repository](https://github.com/bamlab/react-native-image-header-scroll-view-example).
0 commit comments