Commit c3ed4ed1 authored by Fred's avatar Fred

balikin experience pakai expo atau apk berbeda

parent 6741b858
......@@ -254,7 +254,7 @@ class Account extends React.Component {
return (
<View style={styles.container}>
{Platform.OS === 'ios' && <CustomIosStatusBar color='#CFB368'/>}
<ScrollView>
<ScrollView style={{paddingTop: StatusBar.currentHeight}}>
<View style={{ flex: 1, height: 90 }}>
<View style={{ alignSelf: 'center' }}>
......
......@@ -308,7 +308,7 @@ class MenuSelection extends React.Component {
) : (
<StatusBar backgroundColor='#CFB368' />
)}
<View style={{ flex: 0.5, height: 50, flexDirection: 'row', paddingTop: 14 }}>
<View style={{ flex: 0.5, height: 50, flexDirection: 'row', paddingTop: StatusBar.currentHeight }}>
<FlatList horizontal={true} style={{ flexDirection: 'row' }}
showsHorizontalScrollIndicator={false}
data={this.state.listCategory}
......
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