React Native components are unitless, and represent density-independent pixels according this page.
However, when I create an image, what should be its ideal resolution, in pixels? Let's say I have a tag like this:
<Image style={{width: 100, height: 100}} source={require('./img/myimage.png')} />
How big should I make my image to make sure it renders well in all devices?