Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

icon with label in react native

<TouchableOpacity onPress={() => {}} style={{ flexDirection: 'row' }}>
  	<Icon size={20} color='#333333' name='calendar' />
    <Text style={{ marginStart: 10 }}>Please select a date and time</Text>
</TouchableOpacity>
 
PREVIOUS NEXT
Tagged: #icon #label #react #native
ADD COMMENT
Topic
Name
9+2 =