Skip to content

Commit

Permalink
Merge pull request GeekyAnts#2663 from yuzu441/update-tabs-proptypes
Browse files Browse the repository at this point in the history
[TS] Add `scrollWithoutAnimation` prop to Tabs
  • Loading branch information
SupriyaKalghatgi authored Apr 15, 2019
2 parents 3c81949 + e9ee562 commit a13ddb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,7 @@ declare module "native-base" {
tabContainerStyle?: RnViewStyleProp | Array<RnViewStyleProp>;
style?: RnViewStyleProp | Array<RnViewStyleProp>;
contentProps?: ReactNative.ScrollViewProperties;
scrollWithoutAnimation: boolean;
prerenderingSiblingsNumber?: number;
}

Expand Down

0 comments on commit a13ddb5

Please sign in to comment.