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
Added new params in index file
navBarOverlapHeight: number,
scrollViewBackgroundColor: string,
  • Loading branch information
[email protected] committed Nov 29, 2019
commit 14a230afc24ec02c572b8713033f8f7b7ecbe636
4 changes: 3 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ export interface ParallaxScrollViewProps {
style?: any;
parallaxHeaderHeight?: number;
resetScroll: bool,
resetScrollSuccessfull: func
resetScrollSuccessfull: func
navBarOverlapHeight: number,
scrollViewBackgroundColor: string,
}

export class RenderBackgroundParams {
Expand Down