[change] Image deprecate resizeMode and tintColor styles

The resizeMode and tintColor props should be used instead. The styles
will be removed in a future release.

Fix #2383
This commit is contained in:
Nicolas Gallagher
2022-08-30 14:34:55 -07:00
committed by Nicolas Gallagher
parent 1f5d0925a5
commit 95c8a545a7
7 changed files with 1737 additions and 6123 deletions
+2 -2
View File
@@ -13,11 +13,11 @@
"prop-types": "^15.6.0",
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-native-web": "0.18.8"
"react-native-web": "0.18.9"
},
"devDependencies": {
"babel-loader": "^8.2.5",
"babel-plugin-react-native-web": "0.18.8",
"babel-plugin-react-native-web": "0.18.9",
"css-loader": "^6.7.1",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",