Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native red Half Circle bubble

var HalfCircle = React.createClass({
    render: function() {
        return (
            <View style={[styles.halfCircle, this.props.style]} />
        )
    }
})

halfCircle: {
    width: 50,
    height: 100,
    borderTopLeftRadius: 27.5,
                              borderTopRightRadius:27.5,
    backgroundColor: 'red'
}
Source by github.com #
 
PREVIOUS NEXT
Tagged: #react #native #red #Half #Circle #bubble
ADD COMMENT
Topic
Name
5+8 =