From 8b505d4e7876054487ca9f4cacc9459a5fb95401 Mon Sep 17 00:00:00 2001 From: Jasper Huang Date: Mon, 2 Jan 2023 10:59:14 +0800 Subject: [PATCH] make lock icon clickable --- .../ReimbursementAccount/BankAccountStep.js | 29 ++++++++++++------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/src/pages/ReimbursementAccount/BankAccountStep.js b/src/pages/ReimbursementAccount/BankAccountStep.js index 7d1b8d3cdeec..186ab51aacd6 100644 --- a/src/pages/ReimbursementAccount/BankAccountStep.js +++ b/src/pages/ReimbursementAccount/BankAccountStep.js @@ -1,5 +1,7 @@ import React from 'react'; -import {View, ScrollView} from 'react-native'; +import { + View, ScrollView, TouchableWithoutFeedback, Linking, +} from 'react-native'; import {withOnyx} from 'react-native-onyx'; import PropTypes from 'prop-types'; import lodashGet from 'lodash/get'; @@ -160,17 +162,22 @@ const BankAccountStep = (props) => { {props.translate('common.privacy')} - - - {props.translate('bankAccount.yourDataIsSecure')} - - - + Linking.openURL('https://community.expensify.com/discussion/5677/deep-dive-how-expensify-protects-your-information/')} + > + + + {props.translate('bankAccount.yourDataIsSecure')} + + + + - +