I need to crop a png image into a hexagon in my React Native app. Any suggestions? Thank you!
<Image
style={{ height: 82.8, width: 95.6}}
resizeMode="contain"
source={require('../res/images/profile/hexagonImage.png')} />
I need to crop a png image into a hexagon in my React Native app. Any suggestions? Thank you!
<Image
style={{ height: 82.8, width: 95.6}}
resizeMode="contain"
source={require('../res/images/profile/hexagonImage.png')} />