mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
# This is a combination of 4 commits.
# This is the 1st commit message: ADD: Export/Import PSBTs eipiji # This is the commit message #2: # This is a combination of 3 commits. # This is the 1st commit message: ADD: File picker for import # This is the commit message #2: ADD: File picker for import # This is the commit message #3: ADD: Tests for DeeplinkSchemaMatch # This is the commit message #3: Update Info.plist # This is the commit message #4: ADD: Change masterfingerprint UI
This commit is contained in:
parent
9e302df75d
commit
80c579784a
@ -29,6 +29,10 @@
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<data android:scheme="file" />
|
||||
<data android:mimeType="application/octec-stream" />
|
||||
<data android:pathPattern=".*\\.psbt" />
|
||||
<data android:host="*" />
|
||||
<data android:scheme="bitcoin" />
|
||||
<data android:scheme="lightning" />
|
||||
<data android:scheme="bluewallet" />
|
||||
|
@ -76,6 +76,8 @@ PODS:
|
||||
- React
|
||||
- react-native-camera/RN (3.4.0):
|
||||
- React
|
||||
- react-native-document-picker (3.2.0):
|
||||
- React
|
||||
- react-native-haptic-feedback (1.7.1):
|
||||
- React
|
||||
- react-native-image-picker (1.1.0):
|
||||
@ -169,6 +171,7 @@ DEPENDENCIES:
|
||||
- react-native-biometrics (from `../node_modules/react-native-biometrics`)
|
||||
- "react-native-blur (from `../node_modules/@react-native-community/blur`)"
|
||||
- react-native-camera (from `../node_modules/react-native-camera`)
|
||||
- react-native-document-picker (from `../node_modules/react-native-document-picker`)
|
||||
- react-native-haptic-feedback (from `../node_modules/react-native-haptic-feedback`)
|
||||
- react-native-image-picker (from `../node_modules/react-native-image-picker`)
|
||||
- react-native-randombytes (from `../node_modules/react-native-randombytes`)
|
||||
@ -243,6 +246,8 @@ EXTERNAL SOURCES:
|
||||
:path: "../node_modules/@react-native-community/blur"
|
||||
react-native-camera:
|
||||
:path: "../node_modules/react-native-camera"
|
||||
react-native-document-picker:
|
||||
:path: "../node_modules/react-native-document-picker"
|
||||
react-native-haptic-feedback:
|
||||
:path: "../node_modules/react-native-haptic-feedback"
|
||||
react-native-image-picker:
|
||||
@ -331,6 +336,7 @@ SPEC CHECKSUMS:
|
||||
react-native-biometrics: c892904948a32295b128f633bcc11eda020645c5
|
||||
react-native-blur: cad4d93b364f91e7b7931b3fa935455487e5c33c
|
||||
react-native-camera: 203091b4bf99d48b788a0682ad573e8718724893
|
||||
react-native-document-picker: e3516aff0dcf65ee0785d9bcf190eb10e2261154
|
||||
react-native-haptic-feedback: 22c9dc85fd8059f83bf9edd9212ac4bd4ae6074d
|
||||
react-native-image-picker: 3637d63fef7e32a230141ab4660d3ceb773c824f
|
||||
react-native-randombytes: 991545e6eaaf700b4ee384c291ef3d572e0b2ca8
|
||||
|
496
package-lock.json
generated
496
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user