mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
ADD: lightning withdrawal through zigzag
This commit is contained in:
parent
4c1affead1
commit
da79f3065d
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue