Commit dfbe05a7 authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo

add alert pickup

parent dc9a19c5
......@@ -234,7 +234,8 @@ class PickupName extends React.Component {
</TouchableOpacity>
</View>
) : (<View>
<View>
<TouchableOpacity onPress={() => Alert.alert('','Mohon Maaf Outlet Tutup !')}>
<View style={{ flexDirection: 'row', flex: 1 }}>
<View>
<MaterialCommunityIcons name="map-marker" size={32} color="#ccb46c" />
......@@ -264,9 +265,13 @@ class PickupName extends React.Component {
<Text style={{ textAlign: 'center', color: '#ccb46c', fontFamily: 'Gotham-Light' }}>{item.distance} KM</Text>
</View>
</View>
</TouchableOpacity>
</View>
</View>)}
</View>
);
}
render() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment