Merge pull request #5824 from BlueWallet/share

FIX: RNShare now works on Android13+
This commit is contained in:
GLaDOS 2023-11-13 18:13:12 +00:00 committed by GitHub
commit 38c0f85b33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 22 deletions

View file

@ -990,6 +990,7 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-BlueWallet/Pods-BlueWallet-resources.sh",
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core-60309c9c/AccessibilityResources.bundle",
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf",
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf",
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf",
@ -1009,10 +1010,10 @@
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Octicons.ttf",
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf",
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Zocial.ttf",
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AntDesign.ttf",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Entypo.ttf",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EvilIcons.ttf",
@ -1032,7 +1033,6 @@
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Octicons.ttf",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/SimpleLineIcons.ttf",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Zocial.ttf",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;

View file

@ -279,6 +279,8 @@ PODS:
- glog
- react-native-blue-crypto (1.0.0):
- React
- react-native-bw-file-access (1.0.0):
- React-Core
- react-native-document-picker (9.0.1):
- React-Core
- react-native-fingerprint-scanner (6.0.0):
@ -459,7 +461,7 @@ PODS:
- RNScreens (3.27.0):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- RNShare (9.4.1):
- RNShare (10.0.1):
- React-Core
- RNSVG (13.14.0):
- React-Core
@ -500,6 +502,7 @@ DEPENDENCIES:
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
- react-native-blue-crypto (from `../node_modules/react-native-blue-crypto`)
- react-native-bw-file-access (from `../blue_modules/react-native-bw-file-access`)
- react-native-document-picker (from `../node_modules/react-native-document-picker`)
- react-native-fingerprint-scanner (from `../node_modules/react-native-fingerprint-scanner`)
- react-native-idle-timer (from `../node_modules/react-native-idle-timer`)
@ -611,6 +614,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/logger"
react-native-blue-crypto:
:path: "../node_modules/react-native-blue-crypto"
react-native-bw-file-access:
:path: "../blue_modules/react-native-bw-file-access"
react-native-document-picker:
:path: "../node_modules/react-native-document-picker"
react-native-fingerprint-scanner:
@ -744,6 +749,7 @@ SPEC CHECKSUMS:
React-jsinspector: 7bf923954b4e035f494b01ac16633963412660d7
React-logger: 655ff5db8bd922acfbe76a4983ffab048916343e
react-native-blue-crypto: 23f1558ad3d38d7a2edb7e2f6ed1bc520ed93e56
react-native-bw-file-access: b232fd1d902521ca046f3fc5990ab1465e1878d7
react-native-document-picker: 2b8f18667caee73a96708a82b284a4f40b30a156
react-native-fingerprint-scanner: ac6656f18c8e45a7459302b84da41a44ad96dbbe
react-native-idle-timer: f7f651542b39dce9b9473e4578cb64a255075f17
@ -790,12 +796,12 @@ SPEC CHECKSUMS:
RNReactNativeHapticFeedback: ec56a5f81c3941206fd85625fa669ffc7b4545f9
RNReanimated: be07c7ae209074d0e8a84cf38b7909457ac59a32
RNScreens: 3c2d122f5e08c192e254c510b212306da97d2581
RNShare: 32e97adc8d8c97d4a26bcdd3c45516882184f8b6
RNShare: bed7c4fbe615f3d977f22feb0902af9a790c1660
RNSVG: d00c8f91c3cbf6d476451313a18f04d220d4f396
RNVectorIcons: 23b6e11af4aaf104d169b1b0afa7e5cf96c676ce
RNWatch: fd30ca40a5b5ef58dcbc195638e68219bc455236
Yoga: e71803b4c1fff832ccf9b92541e00f9b873119b9
PODFILE CHECKSUM: 27db07925dc3a89e9ecced7e377a50dba9deb58a
PODFILE CHECKSUM: 5b3364373487cc6199b7c1394de61911ee0bdf1c
COCOAPODS: 1.13.0

29
package-lock.json generated
View file

@ -61,7 +61,6 @@
"react-localization": "github:BlueWallet/react-localization#ae7969a",
"react-native": "0.71.14",
"react-native-blue-crypto": "github:BlueWallet/react-native-blue-crypto#3cb5442",
"react-native-bw-file-access": "./blue_modules/react-native-bw-file-access/index",
"react-native-camera-kit": "13.0.0",
"react-native-crypto": "2.2.0",
"react-native-default-preference": "1.4.4",
@ -95,7 +94,7 @@
"react-native-safe-area-context": "4.7.4",
"react-native-screens": "3.27.0",
"react-native-secure-key-store": "https://github.com/BlueWallet/react-native-secure-key-store#2076b48",
"react-native-share": "9.4.1",
"react-native-share": "10.0.1",
"react-native-svg": "13.14.0",
"react-native-tcp-socket": "5.6.2",
"react-native-tor": "0.1.8",
@ -155,7 +154,9 @@
"integrity": "sha512-lwAn5R4LUhcnyrZgNx3YdDPr5+nseM4kARANcv8i0YOMtnPJRTF7B7TZzS3DYgC6tff/aR2W/3jGoY/SJMs6MA==",
"license": "MIT"
},
"blue_modules/react-native-bw-file-access/index": {},
"blue_modules/react-native-bw-file-access/index": {
"extraneous": true
},
"node_modules/@aashutoshrathi/word-wrap": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
@ -18155,10 +18156,6 @@
"react-native": "*"
}
},
"node_modules/react-native-bw-file-access": {
"resolved": "blue_modules/react-native-bw-file-access/index",
"link": true
},
"node_modules/react-native-camera-kit": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/react-native-camera-kit/-/react-native-camera-kit-13.0.0.tgz",
@ -18587,9 +18584,12 @@
"license": "ISC"
},
"node_modules/react-native-share": {
"version": "9.4.1",
"resolved": "https://registry.npmjs.org/react-native-share/-/react-native-share-9.4.1.tgz",
"integrity": "sha512-jm4qA5J5+ytWA8UFg6s8iEfdZYGPW+t5oreSuzrPt0assjvBUlFaoqYGGwGR5RJ8BIpjzOJYvx/c9MjXB4ApUg=="
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/react-native-share/-/react-native-share-10.0.1.tgz",
"integrity": "sha512-dEn4DTf3/qQnLuwXkZtuFkF3pq7a4LDqmOY+R/kcgeuKIBWheGzCxHXVD7XGm6qhwXXkiD0SOiDUrGjnXa96eg==",
"engines": {
"node": ">=16"
}
},
"node_modules/react-native-size-matters": {
"version": "0.3.1",
@ -34280,9 +34280,6 @@
"version": "git+ssh://git@github.com/BlueWallet/react-native-blue-crypto.git#3cb5442425bd835e185284fbc62e84b7155bc441",
"from": "react-native-blue-crypto@github:BlueWallet/react-native-blue-crypto#3cb5442"
},
"react-native-bw-file-access": {
"version": "file:blue_modules/react-native-bw-file-access/index"
},
"react-native-camera-kit": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/react-native-camera-kit/-/react-native-camera-kit-13.0.0.tgz",
@ -34568,9 +34565,9 @@
"from": "react-native-secure-key-store@https://github.com/BlueWallet/react-native-secure-key-store#2076b48"
},
"react-native-share": {
"version": "9.4.1",
"resolved": "https://registry.npmjs.org/react-native-share/-/react-native-share-9.4.1.tgz",
"integrity": "sha512-jm4qA5J5+ytWA8UFg6s8iEfdZYGPW+t5oreSuzrPt0assjvBUlFaoqYGGwGR5RJ8BIpjzOJYvx/c9MjXB4ApUg=="
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/react-native-share/-/react-native-share-10.0.1.tgz",
"integrity": "sha512-dEn4DTf3/qQnLuwXkZtuFkF3pq7a4LDqmOY+R/kcgeuKIBWheGzCxHXVD7XGm6qhwXXkiD0SOiDUrGjnXa96eg=="
},
"react-native-size-matters": {
"version": "0.3.1",

View file

@ -179,7 +179,7 @@
"react-native-safe-area-context": "4.7.4",
"react-native-screens": "3.27.0",
"react-native-secure-key-store": "https://github.com/BlueWallet/react-native-secure-key-store#2076b48",
"react-native-share": "9.4.1",
"react-native-share": "10.0.1",
"react-native-svg": "13.14.0",
"react-native-tcp-socket": "5.6.2",
"react-native-tor": "0.1.8",