handleShare = () => {
    const { account } = this.props;

    navigator.share({
      url: account.get('url'),