I have 5 images from designer mdpi, hdpi, xhdpi, xxhdpi and xxxhpdi as I found out that in React Native i can only give
- check.png
- check@2x.png
- check@3x.png
I have read Image sizes for android and iOS in react-native but i don't how to provide hdpi(1.5x) and xxxhdpi(3.5x) images?