Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native red circle bubble

var Circle = React.createClass({
    render: function() {
        return (
            <View style={styles.circle} />
        )
    }
})

circle: {
    width: 100,
    height: 100,
    borderRadius: 100/2,
    backgroundColor: 'red'
}
Source by github.com #
 
PREVIOUS NEXT
Tagged: #react #native #red #circle #bubble
ADD COMMENT
Topic
Name
7+1 =