add more space to the bottom on the empty list

This commit is contained in:
ncoelho 2020-05-21 15:21:49 +02:00 committed by Overtorment
parent e84bb3ee3a
commit 15562b4747

View File

@ -386,7 +386,7 @@ export default class WalletsList extends Component {
case WalletsListSections.TRANSACTIONS:
if (this.state.dataSource.length === 0 && !this.state.isLoading) {
return (
<View style={{ top: 80, height: 160 }}>
<View style={{ top: 80, height: 160, marginBottom: 80 }}>
<Text
style={{
fontSize: 18,