File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export type Props = ScrollViewProps & {
3838 renderFixedForeground : ( ) => React$Element < any > ,
3939 renderForeground ?: ( ) => React$Element < any > ,
4040 renderHeader : ( ) => React$Element < any > ,
41- foregroundExtrapolate : string ,
41+ foregroundExtrapolate : ? string ,
4242 renderTouchableFixedForeground ?: ?( ) => React$Element < any > ,
4343 ScrollViewComponent : React$ComponentType < ScrollViewProps > ,
4444 scrollViewBackgroundColor : string ,
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments