在React Native中将图像裁剪成六边形

时间:2018-04-24 09:50:34

标签: javascript react-native png crop

我需要在我的React Native应用程序中将png图像裁剪成六边形。有什么建议?谢谢!

<Image
   style={{ height: 82.8, width: 95.6}}
   resizeMode="contain"
   source={require('../res/images/profile/hexagonImage.png')} />

0 个答案:

没有答案