When I specify @1, @2, @3 suffixes for retina devices, like it done for UIImage, packager runs with error that png file is not found. When I specify <Image source={require("image@1.png")}> it is displayed in
non-retina density. How to specify density?
Here it is said that it should be supported:
https://facebook.github.io/react-native/docs/images.html
When I specify @1, @2, @3 suffixes for retina devices, like it done for UIImage, packager runs with error that png file is not found. When I specify
<Image source={require("image@1.png")}>it is displayed innon-retina density. How to specify density?
Here it is said that it should be supported:
https://facebook.github.io/react-native/docs/images.html