Commit a363b791 authored by Trisno's avatar Trisno

update

parent d3587a27
......@@ -36,7 +36,7 @@ class setBaseUrl extends React.Component {
onChangeText={(base_url) => this.setState({ base_url })}
value={this.state.base_url}
autoCapitalize="none"
placeholder={this.props.BASE_URL} />
placeholder={'https://excelsocrm.ravintoladev.com/'} />
<TouchableOpacity onPress={()=> this.handleSetUrl()}>
<View style={{ height: 40, borderRadius: 10, backgroundColor: '#CFB368', marginTop: 20, justifyContent: 'center' }}>
<Text style={{ fontFamily: 'Gotham-Black', color: 'white', fontSize: 16, textAlign: 'center' }}>CHANGE URL </Text>
......
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