Skip to content

Commit 85b9aeb

Browse files
committed
Add basic usage gif
1 parent 37cd047 commit 85b9aeb

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ render() {
4040
}
4141
```
4242

43+
Result :
44+
45+
![Basic Usage](./readmeAssets/basicUsage.gif)
46+
47+
4348
You can find examples in a [dedicated repository](https://github.com/bamlab/react-native-image-header-scroll-view-example).
4449

4550
## Usage (API)
@@ -85,8 +90,8 @@ The `HeaderImageScrollView` handle also the following props. None is required :
8590

8691
### TriggeringView
8792

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).
9095

9196
All of the properties of `View` are supported.
9297

readmeAssets/basicUsage.gif

946 KB
Loading

0 commit comments

Comments
 (0)