mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-27 00:06:55 +00:00
[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:
committed by
Nicolas Gallagher
parent
1f5d0925a5
commit
95c8a545a7
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user