Commit 5ea1484a authored by Fred's avatar Fred

fix tampilan iphone x

parent a5918480
......@@ -76,7 +76,11 @@ class RewardsList extends React.Component {
try {
return (
<View style={styles.container}>
<StatusBar backgroundColor='#CFB368' />
{Platform.OS === 'ios' ? (
<CustomIosStatusBar color='#CFB368' />
) : (
<StatusBar backgroundColor='#CFB368' />
)}
<View style={styles.header}>
<Text style={{ color: 'white', textAlign: 'center', fontSize: 20, fontFamily: 'Gotham-Black' }}>{i18n.t('titlerewardhistory')}</Text>
</View>
......
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