showing results for - "icon with label in react native"
Kat
10 Jun 2017
1<TouchableOpacity onPress={() => {}} style={{ flexDirection: 'row' }}>
2  	<Icon size={20} color='#333333' name='calendar' />
3    <Text style={{ marginStart: 10 }}>Please select a date and time</Text>
4</TouchableOpacity>
similar questions
queries leading to this page
icon with label in react native