Skip to content

Commit

Permalink
Fix Flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nhacsam committed Mar 13, 2018
1 parent 817e6d7 commit db77930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-image-header-scroll-view",
"version": "0.8.0",
"version": "0.8.1",
"description": "ScrollView with an image in header which become a navbar",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/ImageHeaderScrollView.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type ScrollViewProps = {
onScroll?: ?Function,
style?: $PropertyType<ViewProps, 'style'>,
contentContainerStyle?: $PropertyType<ViewProps, 'style'>,
scrollEventThrottle: number,
scrollEventThrottle?: number,
};

type SourceObjectProps = {
Expand Down

0 comments on commit db77930

Please sign in to comment.