Nano Sant OK
This commit is contained in:
parent
823e4fe84b
commit
b8dba05460
2
App.js
2
App.js
|
@ -245,8 +245,6 @@ const AppStack = createDrawerNavigator({
|
||||||
webviewScreen: WebviewScreen,
|
webviewScreen: WebviewScreen,
|
||||||
PDFViewerScreen: PDFViewerScreen,
|
PDFViewerScreen: PDFViewerScreen,
|
||||||
|
|
||||||
}, {
|
|
||||||
initialRouteName: 'walletDetailUser'
|
|
||||||
})
|
})
|
||||||
}, {
|
}, {
|
||||||
contentComponent: OptionsMenu,
|
contentComponent: OptionsMenu,
|
||||||
|
|
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
|
@ -759,5 +759,6 @@
|
||||||
"ETAT_ASSURANCE": "Etat assurance",
|
"ETAT_ASSURANCE": "Etat assurance",
|
||||||
"PRIME_BASE": "Prime de base",
|
"PRIME_BASE": "Prime de base",
|
||||||
"PAYMENTS": "Paiements",
|
"PAYMENTS": "Paiements",
|
||||||
"SEE_MORE": "Voir plus"
|
"SEE_MORE": "Voir plus",
|
||||||
|
"MIANG_SLOGAN": "Miang, transfert d'argent national"
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 765 KiB After Width: | Height: | Size: 743 KiB |
Binary file not shown.
|
@ -155,14 +155,14 @@ class WalletDetailUser extends Component {
|
||||||
color: "white"
|
color: "white"
|
||||||
},
|
},
|
||||||
title: I18n.t('WALLET'),
|
title: I18n.t('WALLET'),
|
||||||
headerLeft: (
|
/* headerLeft: (
|
||||||
<Entypo
|
<Entypo
|
||||||
name="menu"
|
name="menu"
|
||||||
color="#fff"
|
color="#fff"
|
||||||
onPress={()=> {navigation.openDrawer()}}
|
onPress={()=> {navigation.openDrawer()}}
|
||||||
size={24}
|
size={24}
|
||||||
/>
|
/>
|
||||||
)
|
)*/
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1646,24 +1646,23 @@ class WalletOptionSelect extends Component {
|
||||||
: <View style={{flex: 1}}/>
|
: <View style={{flex: 1}}/>
|
||||||
}*/}
|
}*/}
|
||||||
|
|
||||||
|
{this.state.user !== null ?
|
||||||
|
this.state.user.indicatif === '+241' && (this.state.type === 'DEPOT_USER' || this.state.type === 'RETRAIT_USER' || this.state.type === 'DEPOT' || this.state.type === 'RETRAIT') && <View
|
||||||
|
style={{
|
||||||
|
width: '100%',
|
||||||
|
marginTop: 20,
|
||||||
|
justifyContent: 'center',
|
||||||
|
alignItems: 'center',
|
||||||
|
flexDirection: 'column'
|
||||||
|
}}>
|
||||||
|
<Image source={require('../../datas/img/miang-logo.png')}
|
||||||
|
style={{width: 200, height: 200, borderRadius: 100, marginRight: 10}}/>
|
||||||
|
<Text style={{marginTop: 10}}>{I18n.t('MIANG_SLOGAN')}</Text>
|
||||||
|
</View> : null}
|
||||||
|
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
|
|
||||||
</View>
|
</View>
|
||||||
{this.state.user !== null ?
|
|
||||||
this.state.user.indicatif === '+241' && (this.state.type === 'DEPOT_USER' || this.state.type === 'RETRAIT_USER') && <View
|
|
||||||
style={{
|
|
||||||
width: '100%',
|
|
||||||
height: 50,
|
|
||||||
position: 'absolute',
|
|
||||||
bottom: 0,
|
|
||||||
justifyContent: 'center',
|
|
||||||
alignItems: 'center',
|
|
||||||
flexDirection: 'row'
|
|
||||||
}}>
|
|
||||||
<Image source={require('../../datas/img/miang-logo.png')}
|
|
||||||
style={{width: 30, height: 30, borderRadius: 15, marginRight: 10}}/>
|
|
||||||
<Text>{I18n.t('MIANG_SLOGAN')}</Text>
|
|
||||||
</View> : null}
|
|
||||||
</Provider>
|
</Provider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -760,5 +760,5 @@
|
||||||
"PRIME_BASE": "Prime de base",
|
"PRIME_BASE": "Prime de base",
|
||||||
"PAYMENTS": "Paiements",
|
"PAYMENTS": "Paiements",
|
||||||
"SEE_MORE": "Voir plus",
|
"SEE_MORE": "Voir plus",
|
||||||
"MIANG_SLOGAN": "Miang, transfert d'argent national"
|
"MIANG_SLOGAN": "Transfert d'argent national"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue