Skip to content

Fix crash in iOS Share Extension #76

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added bun.lockb
Binary file not shown.
52 changes: 14 additions & 38 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -390,13 +390,13 @@ PODS:
- glog
- react-native-cookies (6.2.1):
- React-Core
- react-native-document-picker (8.2.1):
- react-native-document-picker (8.2.2):
- React-Core
- react-native-image-picker (4.10.3):
- React-Core
- react-native-menu (0.7.3):
- React
- react-native-netinfo (9.4.1):
- react-native-netinfo (9.5.0):
- React-Core
- react-native-sensitive-info (5.5.8):
- React
Expand Down Expand Up @@ -533,9 +533,9 @@ PODS:
- React-Core
- React-RCTImage
- React-RCTText
- RNCAsyncStorage (1.19.3):
- RNCAsyncStorage (1.22.3):
- React-Core
- RNCClipboard (1.12.1):
- RNCClipboard (1.13.2):
- React-Core
- RNCPushNotificationIOS (1.11.0):
- React-Core
Expand All @@ -547,39 +547,15 @@ PODS:
- SDWebImageWebPCoder (~> 0.8.4)
- RNFS (2.20.0):
- React-Core
- RNGestureHandler (2.13.1):
- RNGestureHandler (2.15.0):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- RNInAppBrowser (3.7.0):
- React-Core
- RNReanimated (3.5.4):
- DoubleConversion
- FBLazyVector
- glog
- hermes-engine
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React-callinvoker
- RNReanimated (3.7.2):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- React-Core/DevSupport
- React-Core/RCTWebSocket
- React-CoreModules
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-jsinspector
- React-RCTActionSheet
- React-RCTAnimation
- React-RCTAppDelegate
- React-RCTBlob
- React-RCTImage
- React-RCTLinking
- React-RCTNetwork
- React-RCTSettings
- React-RCTText
- ReactCommon/turbomodule/core
- Yoga
- RNShareMenu (6.0.0):
- React
- RNSVG (13.14.0):
Expand Down Expand Up @@ -867,10 +843,10 @@ SPEC CHECKSUMS:
React-jsinspector: aaed4cf551c4a1c98092436518c2d267b13a673f
React-logger: da1ebe05ae06eb6db4b162202faeafac4b435e77
react-native-cookies: f54fcded06bb0cda05c11d86788020b43528a26c
react-native-document-picker: 69ca2094d8780cfc1e7e613894d15290fdc54bba
react-native-document-picker: cd4d6b36a5207ad7a9e599ebb9eb0c2e84fa0b87
react-native-image-picker: 60f4246eb5bb7187fc15638a8c1f13abd3820695
react-native-menu: 9d7d6f819cc7fa14a15cf86888c53f3240d86f1b
react-native-netinfo: fefd4e98d75cbdd6e85fc530f7111a8afdf2b0c5
react-native-netinfo: 48c5f79a84fbc3ba1d28a8b0d04adeda72885fa8
react-native-sensitive-info: 400c6e3d27945e15c8cddb5b4b92233c85ee06f8
react-native-sfsymbols: bd3a0d3eab185e80b571bae60753dcf5a0d57967
react-native-simple-toast: 8ee5d23f0b92b935ab7434cdb65159ce12dfb4b7
Expand All @@ -894,15 +870,15 @@ SPEC CHECKSUMS:
React-utils: b79f2411931f9d3ea5781404dcbb2fa8a837e13a
ReactCommon: 4b2bdcb50a3543e1c2b2849ad44533686610826d
ReactNativeNavigation: 49a0f0edaf17fe3069da247d826ce0a13e32a63c
RNCAsyncStorage: c913ede1fa163a71cea118ed4670bbaaa4b511bb
RNCClipboard: d77213bfa269013bf4b857b7a9ca37ee062d8ef1
RNCAsyncStorage: 10591b9e0a91eaffee14e69b3721009759235125
RNCClipboard: 60fed4b71560d7bfe40e9d35dea9762b024da86d
RNCPushNotificationIOS: 64218f3c776c03d7408284a819b2abfda1834bc8
RNDeviceInfo: aad3c663b25752a52bf8fce93f2354001dd185aa
RNFastImage: 5c9c9fed9c076e521b3f509fe79e790418a544e8
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
RNGestureHandler: 38aa38413896620338948fbb5c90579a7b1c3fde
RNGestureHandler: 7909c50383a18f0cb10ce1db7262b9a6da504c03
RNInAppBrowser: e36d6935517101ccba0e875bac8ad7b0cb655364
RNReanimated: ab2e96c6d5591c3dfbb38a464f54c8d17fb34a87
RNReanimated: ab1295f59541cb26000d394b4b4aea72cb7ca448
RNShareMenu: cb9dac548c8bf147d06f0bf07296ad51ea9f5fc3
RNSVG: d00c8f91c3cbf6d476451313a18f04d220d4f396
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
Expand Down
Loading