mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-26 08:55:56 +01:00
FIX: File import icon was not visible
This commit is contained in:
parent
79f21946fb
commit
d4a0195fbb
2 changed files with 7 additions and 7 deletions
|
@ -360,7 +360,7 @@ PODS:
|
|||
- React-Core
|
||||
- RNCClipboard (1.7.0):
|
||||
- React-Core
|
||||
- RNCMaskedView (0.1.10):
|
||||
- RNCMaskedView (0.1.11):
|
||||
- React
|
||||
- RNCPushNotificationIOS (1.8.0):
|
||||
- React-Core
|
||||
|
@ -368,7 +368,7 @@ PODS:
|
|||
- React
|
||||
- RNDeviceInfo (8.1.2):
|
||||
- React-Core
|
||||
- RNFS (2.16.6):
|
||||
- RNFS (2.17.0):
|
||||
- React
|
||||
- RNGestureHandler (1.10.3):
|
||||
- React-Core
|
||||
|
@ -376,7 +376,7 @@ PODS:
|
|||
- React
|
||||
- RNInAppBrowser (3.5.1):
|
||||
- React-Core
|
||||
- RNLocalize (2.0.2):
|
||||
- RNLocalize (2.0.3):
|
||||
- React-Core
|
||||
- RNPrivacySnapshot (1.0.0):
|
||||
- React
|
||||
|
@ -761,15 +761,15 @@ SPEC CHECKSUMS:
|
|||
RemobileReactNativeQrcodeLocalImage: 57aadc12896b148fb5e04bc7c6805f3565f5c3fa
|
||||
RNCAsyncStorage: b17c417b356114699a486715adfa5829a5d6d8b9
|
||||
RNCClipboard: dac13db8b1ce9b998f1cbc7ca33440113602847f
|
||||
RNCMaskedView: f5c7d14d6847b7b44853f7acb6284c1da30a3459
|
||||
RNCMaskedView: f127cd9652acfa31b91dcff613e07ba18b774db6
|
||||
RNCPushNotificationIOS: 5b1cf9ad2aaa107ecb92d5d2d7005ba521b2b97a
|
||||
RNDefaultPreference: 21816c0a6f61a2829ccc0cef034392e9b509ee5f
|
||||
RNDeviceInfo: 4f480456c7ac8c9919448375399c1a6f14479549
|
||||
RNFS: 2bd9eb49dc82fa9676382f0585b992c424cd59df
|
||||
RNFS: 93d5b5535eb39d98e6b19009faa8fe717f7ea45d
|
||||
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
|
||||
RNHandoff: d3b0754cca3a6bcd9b25f544f733f7f033ccf5fa
|
||||
RNInAppBrowser: 3733c1aa6699983a1c9b4963e85d5e5a48ad297e
|
||||
RNLocalize: 47e22ef8c36df1d572e42a87c8ae22e3fcf551dd
|
||||
RNLocalize: 29e84ea169d3bca6c3b83584536c7f586a07fb98
|
||||
RNPrivacySnapshot: 71919dde3c6a29dd332115409c2aec564afee8f4
|
||||
RNQuickAction: 6d404a869dc872cde841ad3147416a670d13fa93
|
||||
RNRate: 2b31dad120cd1b78e33c6034808561c386a3dddf
|
||||
|
|
|
@ -283,7 +283,7 @@ const ScanQRCode = () => {
|
|||
</TouchableOpacity>
|
||||
{showFileImportButton && (
|
||||
<TouchableOpacity style={styles.filePickerTouch} onPress={showFilePicker}>
|
||||
<Icon name="file-import" type="material-community" color="#ffffff" />
|
||||
<Icon name="file-import" type="font-awesome-5" color="#ffffff" />
|
||||
</TouchableOpacity>
|
||||
)}
|
||||
{urTotal > 0 && (
|
||||
|
|
Loading…
Add table
Reference in a new issue