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: case WalletsListSections.TRANSACTIONS:
if (this.state.dataSource.length === 0 && !this.state.isLoading) { if (this.state.dataSource.length === 0 && !this.state.isLoading) {
return ( return (
<View style={{ top: 80, height: 160 }}> <View style={{ top: 80, height: 160, marginBottom: 80 }}>
<Text <Text
style={{ style={{
fontSize: 18, fontSize: 18,