Skip to content

Commit

Permalink
fix(Tile): Added overlayContainerStyle to types (react-native-element…
Browse files Browse the repository at this point in the history
…s#2112)

fixes typescript error for tile component
  • Loading branch information
atrimn authored and iRoachie committed Oct 7, 2019
1 parent 1800478 commit a9374f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1867,7 +1867,10 @@ export interface TileProps {
* Styling for the image
*/
imageContainerStyle?: StyleProp<ViewStyle>;

/**
* Styling for overlay
*/
overlayContainerStyle?: StyleProp<ViewStyle>;
/**
* @default none function (event) Function to call when tile is pressed
*/
Expand Down

0 comments on commit a9374f1

Please sign in to comment.