Skip to content

Commit

Permalink
remove Content interface conflicts with KeyboardAwareScrollViewProps (#…
Browse files Browse the repository at this point in the history
…2791)

Content interface extends KeyboardAwareScrollViewProps but defines some properties with Object and String. Updating interface to match correctly.
  • Loading branch information
davidcozsmith authored and sankhadeeproy007 committed Jul 23, 2019
1 parent 5abaf57 commit e63adfc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,17 +175,13 @@ declare module "native-base" {
* The theme prop can be applied to any component of NativeBase.
*/
refreshing?: boolean;
refreshControl?: object;
theme?: Object;
padder?: boolean;
disableKBDismissScroll?: boolean;
enableResetScrollToCoords?: boolean;
contentOffset?: Object;
scrollEnabled?: boolean;
style?: RnViewStyleProp | Array<RnViewStyleProp>;
contentContainerStyle?: RnViewStyleProp | Array<RnViewStyleProp>;
keyboardShouldPersistTaps?: string;
keyboardDismissMode?: string;
}
/**
* see Widget Button.js
Expand Down

0 comments on commit e63adfc

Please sign in to comment.