react-native 安卓gif图overflow:hidden无效问题

样式中加上overlayColor,颜色为背景色
style={{ width: item_width, height: item_width, borderRadius: item_width / 2, overflow: "hidden", overlayColor:Color.PLACEHOLDER_GRAY }}

react-native 安卓gif图overflow:hidden无效问题_第1张图片
设置前.png
react-native 安卓gif图overflow:hidden无效问题_第2张图片
设置后.png

你可能感兴趣的:(react-native 安卓gif图overflow:hidden无效问题)