Skip to content

Commit

Permalink
Added underlayColor props to ListItem (GeekyAnts#2979)
Browse files Browse the repository at this point in the history
* Added underlayColor props to ListItem

* Update ListItem.js
  • Loading branch information
matgentili authored and sankhadeeproy007 committed Nov 11, 2019
1 parent 9ceefc6 commit 33726e9
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 @@ -366,6 +366,7 @@ declare module "native-base" {
*/
androidRippleColor?: string;
touchableHighlightStyle?: RnViewStyleProp;
underlayColor?: string;
}

interface Separator extends Testable {
Expand Down

0 comments on commit 33726e9

Please sign in to comment.