ADD: lightning withdrawal through zigzag

This commit is contained in:
Overtorment 2019-01-05 16:35:06 +00:00
parent 4c1affead1
commit da79f3065d

View file

@ -1,6 +1,6 @@
/* global alert */
import React, { Component } from 'react';
import { TouchableOpacity, View } from 'react-native';
import { TouchableOpacity, Linking, View } from 'react-native';
import { BlueSpacingVariable, BlueNavigationStyle, SafeBlueArea, BlueCard } from '../../BlueComponents';
import { ListItem } from 'react-native-elements';
import PropTypes from 'prop-types';
@ -68,7 +68,7 @@ export default class ManageFunds extends Component {
titleStyle={{ color: BlueApp.settings.foregroundColor }}
component={TouchableOpacity}
onPress={a => {
alert('Coming soon');
Linking.openURL('https://zigzag.io');
}}
title={loc.lnd.withdraw}
/>