Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

unordered list in react native

renderRow(data) {
  return (
    <View style={{flexDirection: 'row'}}>
      <Text>{'u2022'}</Text>
      <Text style={{flex: 1, paddingLeft: 5}}>{data}</Text>
    </View>
  );
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #unordered #list #react #native
ADD COMMENT
Topic
Name
9+4 =