Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

divider in react native

<View style={styles.divider}/>
//add this to your styles
  divider:{
    borderBottomColor:"black",
      borderBottomWidth:1
  }
Source by reactnativeelements.com #
 
PREVIOUS NEXT
Tagged: #divider #react #native
ADD COMMENT
Topic
Name
1+5 =