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 { ...@@ -234,7 +234,8 @@ class PickupName extends React.Component {
</TouchableOpacity> </TouchableOpacity>
</View> </View>
) : (<View> ) : (<View>
<View>
<TouchableOpacity onPress={() => Alert.alert('','Mohon Maaf Outlet Tutup !')}>
<View style={{ flexDirection: 'row', flex: 1 }}> <View style={{ flexDirection: 'row', flex: 1 }}>
<View> <View>
<MaterialCommunityIcons name="map-marker" size={32} color="#ccb46c" /> <MaterialCommunityIcons name="map-marker" size={32} color="#ccb46c" />
...@@ -264,9 +265,13 @@ class PickupName extends React.Component { ...@@ -264,9 +265,13 @@ class PickupName extends React.Component {
<Text style={{ textAlign: 'center', color: '#ccb46c', fontFamily: 'Gotham-Light' }}>{item.distance} KM</Text> <Text style={{ textAlign: 'center', color: '#ccb46c', fontFamily: 'Gotham-Light' }}>{item.distance} KM</Text>
</View> </View>
</View> </View>
</TouchableOpacity>
</View>
</View>)} </View>)}
</View> </View>
); );
} }
render() { 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