When working with React Native for Android, I have utilized hdpi, mdpi, xhdpi, xxhdpi, and xxxhdpi in the assets folder.
However, I've encountered a problem where some images display correctly while others get resized unexpectedly (changing in size) even when fixed height and width are provided.
While everything runs smoothly on iOS, issues arise on Android with distorted images and sometimes not displaying at all.
Despite my best efforts, I have been unable to resolve this issue so far.