Skip to content

Commit c3f99de

Browse files
authored
Merge pull request #66 from michelbb/master
Fix typo in typescript definition file
2 parents e5fbafe + 7965e82 commit c3f99de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ declare module "react-native-image-header-scroll-view" {
3333
renderFixedForeground?: () => React.ReactElement;
3434
renderForeground?: () => React.ReactElement;
3535
renderHeader?: () => React.ReactElement; // default is an empty view.
36-
foregroundExtrapolate: ?string;
36+
foregroundExtrapolate?: string;
3737
renderTouchableFixedForeground?: () => React.ReactElement;
3838
ScrollViewComponent?: React.ComponentType<ScrollViewProps>;
3939
scrollViewBackgroundColor?: string; // defaults to white.

0 commit comments

Comments
 (0)