Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make correction bool replaced by boolean in .ts file
  • Loading branch information
[email protected] committed Nov 29, 2019
commit 7d5444122f44fd302c1d83aa4e050d5759b23cf3
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export interface ParallaxScrollViewProps {
outputScaleValue?: number;
style?: any;
parallaxHeaderHeight?: number;
resetScroll?: bool;
resetScroll?: boolean;
resetScrollSuccessfull?: () => void;
navBarOverlapHeight?: number;
scrollViewBackgroundColor?: string;
Expand Down