Commit e60f9689 authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo
parents e744b1a7 8917ad6f
{
"expo": {
"extra" : {
"buildNumber" : "155",
"buildNumber" : "156",
"remarks": ""
},
......
......@@ -310,7 +310,7 @@ class AddreesDetail extends React.Component {
}}
/>
</View>
<View style={{ flex: 1, margin: 5 }}>
<View style={{ flex: 1, margin: 5 , display:'none'}} >
<TouchableOpacity onPress={() => this._searchLocation()}>
<Ionicons name="ios-search" size={32} color="#ccb46c" />
</TouchableOpacity>
......
......@@ -692,7 +692,7 @@ class OrderDetail extends React.Component {
)) : null
}
{this.state.detail_trans.grab_track_url == '' ? (
{/* {this.state.detail_trans.grab_track_url == '' ? (
null
) : (
<WebView source={{ uri: this.state.detail_trans.grab_track_url }}
......@@ -709,10 +709,10 @@ class OrderDetail extends React.Component {
marginTop: 25,
marginHorizontal: 10,
}} />
)}
)} */}
{/* {this.state.detail_trans.grab_track_url == '' ? (
{this.state.detail_trans.grab_track_url == '' ? (
null
) : (
<TouchableOpacity onPress={() => {
......@@ -731,7 +731,7 @@ class OrderDetail extends React.Component {
</View>
</View>
</TouchableOpacity>
)} */}
)}
<TouchableOpacity onPress={() => {
......
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