Using react-native-web 0.17.1, we are having a BlurImage on which we want to apply a transform: scale(1.1) style.
Looking at the source code, the current API doesn't allow it.
Screenshots
| *Web - [without style on img] |
*Web - [with style on img] |
 |
 |
Possible resolution
https://github.com/pass-culture/pass-culture-app-native/pull/1731/files#diff-64d21386a1fda6922603e6d64ab36adbf1b8143e014a6bb76a3f29ffd4387507
Would you be up for adding such a feature in react-native-web future version?
Thanks a lot.
Using react-native-web
0.17.1, we are having aBlurImageon which we want to apply atransform: scale(1.1)style.Looking at the source code, the current API doesn't allow it.
react-native-web/packages/react-native-web/src/exports/Image/index.js
Line 290 in a6c9764
Screenshots
Possible resolution
https://github.com/pass-culture/pass-culture-app-native/pull/1731/files#diff-64d21386a1fda6922603e6d64ab36adbf1b8143e014a6bb76a3f29ffd4387507
Would you be up for adding such a feature in
react-native-webfuture version?Thanks a lot.