fix address position

Brings address position to near the QR code instead the bottom of the page
This commit is contained in:
ncoelho 2019-08-06 18:18:47 +02:00
parent e6bfd43303
commit 0f9041fa76

View File

@ -107,9 +107,9 @@ export default class ReceiveDetails extends Component {
getRef={c => (this.qrCodeSVG = c)}
/>
)}
<BlueCopyTextToClipboard text={this.state.addressText} />
</View>
<View style={{ alignItems: 'center', alignContent: 'flex-end', marginBottom: 24 }}>
<BlueCopyTextToClipboard text={this.state.addressText} />
<BlueButtonLink
title={loc.receive.details.setAmount}
onPress={() => {