From f5a121d7dfb95f8fe71bdc099ec7ad69ed7499fc Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Sun, 26 Apr 2020 20:04:01 +0500 Subject: [PATCH] add privacy policy link --- apps/mobile/src/views/Signup/index.js | 33 ++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/apps/mobile/src/views/Signup/index.js b/apps/mobile/src/views/Signup/index.js index a185c2f57..5ce1d70bb 100644 --- a/apps/mobile/src/views/Signup/index.js +++ b/apps/mobile/src/views/Signup/index.js @@ -6,6 +6,7 @@ import { Modal, Clipboard, ActivityIndicator, + Linking, } from 'react-native'; import {TextInput} from 'react-native-gesture-handler'; import QRCode from 'react-native-qrcode-generator'; @@ -136,7 +137,7 @@ export const Signup = ({navigation}) => { textAlign: 'center', color: colors.pri, }}> - Hello @ammarahmed! All your data is end-to-end encrypted. This + Hello {username}! All your data is end-to-end encrypted. This means that we cannot read your data or recover your password if you forget it.{' '} { + + { + Linking.openURL('https://notesbook.com/privacy.html'); + }} + activeOpacity={opacity} + style={{}}> + + By signing up you agree to our{' '} + + privacy policy + + + + )}