We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5fbafe + 7965e82 commit c3f99deCopy full SHA for c3f99de
src/index.d.ts
@@ -33,7 +33,7 @@ declare module "react-native-image-header-scroll-view" {
33
renderFixedForeground?: () => React.ReactElement;
34
renderForeground?: () => React.ReactElement;
35
renderHeader?: () => React.ReactElement; // default is an empty view.
36
- foregroundExtrapolate: ?string;
+ foregroundExtrapolate?: string;
37
renderTouchableFixedForeground?: () => React.ReactElement;
38
ScrollViewComponent?: React.ComponentType<ScrollViewProps>;
39
scrollViewBackgroundColor?: string; // defaults to white.
0 commit comments