11import Clipboard from '@react-native-clipboard/clipboard' ;
22import React , { useCallback , useState } from 'react' ;
33import { ActionSheetIOS , Alert , Image , Linking , Platform , StyleSheet , Text , TouchableOpacity , View } from 'react-native' ;
4- import { getApplicationName , getBuildNumber , getBundleId , getUniqueIdSync , getVersion , hasGmsSync } from 'react-native-device-info' ;
4+ import { getApplicationName , getBuildNumber , getBundleId , getUniqueIdSync , getVersion } from 'react-native-device-info' ;
55import Icon from '@react-native-vector-icons/fontawesome6' ;
66
77import A from '../../blue_modules/analytics' ;
88import { BlueTextCentered } from '../../BlueComponents' ;
99import { HDSegwitBech32Wallet } from '../../class' ;
1010import presentAlert from '../../components/Alert' ;
1111import { BlueSpacing20 } from '../../components/BlueSpacing' ;
12- import Button from '../../components/Button' ;
1312import {
1413 SettingsCard ,
1514 SettingsFlatList ,
@@ -22,7 +21,7 @@ import { useTheme } from '../../components/themes';
2221import { useSettings } from '../../hooks/context/useSettings' ;
2322import { NetworkType } from '../../models/network' ;
2423import { useExtendedNavigation } from '../../hooks/useExtendedNavigation' ;
25- import loc , { formatStringAddTwoWhiteSpaces } from '../../loc' ;
24+ import loc from '../../loc' ;
2625
2726const branch = require ( '../../current-branch.json' ) ;
2827
@@ -319,10 +318,6 @@ const styles = StyleSheet.create({
319318 marginVertical : 0 ,
320319 } ) ,
321320 } ,
322- xIcon : {
323- fontSize : 24 ,
324- fontWeight : 'bold' ,
325- } ,
326321 card : {
327322 marginVertical : 8 ,
328323 } ,
@@ -344,14 +339,6 @@ const styles = StyleSheet.create({
344339 fontSize : 16 ,
345340 textAlign : 'center' ,
346341 } ,
347- textBackup : {
348- marginTop : 12 ,
349- fontSize : 14 ,
350- textAlign : 'center' ,
351- } ,
352- headerButton : {
353- marginTop : 16 ,
354- } ,
355342 footerContainer : {
356343 marginTop : 16 ,
357344 } ,
0 commit comments