I may not have done the best job in creating the title for the question. Below is the error demonstrated on rnplay
https://rnplay.org/apps/eNIbjw
The problem is that I want to show some colored tiles on users' avatars to represent their status. So, I have the avatar image over which I have put a View
whose background color is set to the users' status color (green in the sample code) and I have a white border around the View
so that it looks better. If you observe closely, maybe press (Cmd + +) a few times to zoom the screen, there is a very thin green line around the border in iOS. Below is a screenshot of how it looks on iOS.
This problem is not present on Android and it appears perfectly fine with no thin green line around the border.
I tried a few different styles to workaround this problem but with my limited CSS knowledge, I was not able to do so.
Please share if you have a way around it.
Thanks!