I am using hdpi,mdpi,xhdpi,xxhdpi and xxxhdpi in assets folder for react-native android.
But some images work fine and sometimes the same images get resized(size increases and decreases) even after providing fixed height and width.
everything works fine for ios but in case of android the images gets distorted and sometimes does not display.
I have done every effort to resolve this issue but unable to resolve yet.
resizeMode='stretch'and provide height and width accordingly. - Ankush Rishi