From 4ee42810fab4055334770bacc9f601e3224db64f Mon Sep 17 00:00:00 2001 From: YouthZhangCode Date: Thu, 23 Apr 2020 20:13:03 +0800 Subject: [PATCH] Update Circle.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 解决圆角锯齿问题 --- Circle.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Circle.js b/Circle.js index 6872b9a..8661f72 100644 --- a/Circle.js +++ b/Circle.js @@ -11,6 +11,7 @@ import PropTypes from 'prop-types' const styles = StyleSheet.create({ container: { position: 'absolute', + overflow: 'hidden', } })