Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix issue bamlab#116 

This is so trivial to fix, yet it wastes so much time debugging.
  • Loading branch information
JakovGlavac authored Feb 17, 2023
1 parent 4c0b69c commit 9407a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You can find this example code here : https://github.com/bamlab/react-native-ima
## Basic Usage

```jsx
import { ImageHeaderScrollView, TriggeringView } from 'react-native-image-header-scroll-view';
import { TriggeringView, ImageHeaderScrollView } from 'react-native-image-header-scroll-view';

// Inside of a component's render() method:
render() {
Expand Down

0 comments on commit 9407a08

Please sign in to comment.