diff --git a/package.json b/package.json index e5886eda6d..c70604867d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-elements", - "version": "1.2.5", + "version": "1.2.6", "description": "React Native Elements & UI Toolkit", "main": "src/index.js", "types": "src/index.d.ts", @@ -32,7 +32,7 @@ "logo": "https://opencollective.com/react-native-elements/logo.txt" }, "dependencies": { - "@types/react-native-vector-icons": "^6.4.1", + "@types/react-native-vector-icons": "^6.4.4", "color": "^3.1.0", "deepmerge": "^3.1.0", "hoist-non-react-statics": "^3.1.0", diff --git a/src/index.d.ts b/src/index.d.ts index 92994ac480..cbe16e7ad3 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -1867,7 +1867,10 @@ export interface TileProps { * Styling for the image */ imageContainerStyle?: StyleProp; - + /** + * Styling for overlay + */ + overlayContainerStyle?: StyleProp; /** * @default none function (event) Function to call when tile is pressed */ diff --git a/yarn.lock b/yarn.lock index 8f6b6725ba..038e4ab082 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1083,10 +1083,10 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7" integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw== -"@types/react-native-vector-icons@^6.4.1": - version "6.4.1" - resolved "https://registry.yarnpkg.com/@types/react-native-vector-icons/-/react-native-vector-icons-6.4.1.tgz#d0862f3eb97bbe5720ab604f2f10ee07dacb31ef" - integrity sha512-2C9jyyJKEjzX0C4nP+9rNNjEhutWwalkRdaSTEYtNjUkkkTk68WGG2hgjrcBjdm4Gn1Vi9OgUd+FR8GNmCyp+A== +"@types/react-native-vector-icons@^6.4.4": + version "6.4.4" + resolved "https://registry.yarnpkg.com/@types/react-native-vector-icons/-/react-native-vector-icons-6.4.4.tgz#f81dcc371b74a9c408ce12f95b8f494d7543146b" + integrity sha512-G1Iry/8i23IPjZzNjydMt/WcjV+T1Xu3cTXDwSsP9lpKu0bA0j+c7AACJ1aIka8HVnWXS41NoZnKkHImO0SMkw== dependencies: "@types/react" "*" "@types/react-native" "*"