Closed blake-simpson closed 6 years ago
@BlakeSimpson the dev branch has upgraded the dependency to ^2.0.0 for responsive image.
I dont mind upgrading master to v2 though
Thanks a lot for really fast reaction @jayesbe! Would you also be able to quickly push a release to NPM? I would appreciate having a fixed version to work with instead of a git repo.
@BlakeSimpson not at the moment.. will publish a new version by tomorrow morning.. would a tag help for now ?
@jayesbe If it is tomorrow morning then I could wait until then. Just let me know. Thanks a lot!
@BlakeSimpson published
@jayesbe Thanks a lot!
It would be useful to have version 2 of
react-native-response-image
withinreact-native-cacheable-image
as various upgrades have been applied to props applied the raw<Image />
component that the responsive image uses. As cacheable image only passes the props through to responsive image, I think there should be no compatibility issues, since they have not removed any of the original props, only added more.I need this for example to pass the
borderRadius
prop down to the raw react-native<Image />
which with the current dependencies is not possible.