Skip to content

Commit

Permalink
⬆️ Bump react-native-masked-view to 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Jun 30, 2023
1 parent de8c443 commit 809d388
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,8 @@ PODS:
- React
- RNCAsyncStorage (1.18.2):
- React-Core
- RNCMaskedView (0.1.11):
- React
- RNCMaskedView (0.2.9):
- React-Core
- RNDeviceInfo (5.6.1):
- React
- RNExitApp (1.1.0):
Expand Down Expand Up @@ -669,7 +669,7 @@ DEPENDENCIES:
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- ReactNativeShareExtension (from `../node_modules/react-native-share-extension`)
- "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)"
- "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)"
- "RNCMaskedView (from `../node_modules/@react-native-masked-view/masked-view`)"
- RNDeviceInfo (from `../node_modules/react-native-device-info`)
- RNExitApp (from `../node_modules/react-native-exit-app`)
- RNFastImage (from `../node_modules/react-native-fast-image`)
Expand Down Expand Up @@ -820,7 +820,7 @@ EXTERNAL SOURCES:
RNCAsyncStorage:
:path: "../node_modules/@react-native-async-storage/async-storage"
RNCMaskedView:
:path: "../node_modules/@react-native-community/masked-view"
:path: "../node_modules/@react-native-masked-view/masked-view"
RNDeviceInfo:
:path: "../node_modules/react-native-device-info"
RNExitApp:
Expand Down Expand Up @@ -936,7 +936,7 @@ SPEC CHECKSUMS:
ReactCommon: a30c2448e5a88bae6fcb0e3da124c14ae493dac1
ReactNativeShareExtension: 589ed96a7823b475e630d7987a0958bff9804ee6
RNCAsyncStorage: ddc4ee162bfd41b0d2c68bf2d95acd81dd7f1f93
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNCMaskedView: 949696f25ec596bfc697fc88e6f95cf0c79669b6
RNDeviceInfo: b6e650fbd234732c759544218657d549b4339038
RNExitApp: c4e052df2568b43bec8a37c7cd61194d4cfee2c3
RNFastImage: e19ba191922e7dab9d932a4d59d62d76660aa222
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"@likecoin/authcore-js": "^0.3.0-like.0",
"@likecoin/secretd-js": "^0.4.3",
"@react-native-async-storage/async-storage": "^1.15.16",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-cookies/cookies": "^6.2.1",
"@react-native-firebase/analytics": "11.5.0",
"@react-native-firebase/app": "11.5.0",
"@react-native-firebase/crashlytics": "11.5.0",
"@react-native-firebase/dynamic-links": "11.5.0",
"@react-native-firebase/perf": "11.5.0",
"@react-native-firebase/remote-config": "11.5.0",
"@react-native-masked-view/masked-view": "^0.2.6",
"@sentry/react-native": "^5.6.0",
"@types/lodash.throttle": "^4.1.6",
"@walletconnect/client": "^1.8.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3067,11 +3067,6 @@
sudo-prompt "^9.0.0"
wcwidth "^1.0.1"

"@react-native-community/masked-view@^0.1.11":
version "0.1.11"
resolved "https://registry.yarnpkg.com/@react-native-community/masked-view/-/masked-view-0.1.11.tgz#2f4c6e10bee0786abff4604e39a37ded6f3980ce"
integrity sha512-rQfMIGSR/1r/SyN87+VD8xHHzDYeHaJq6elOSCAD+0iLagXkSI2pfA0LmSXP21uw5i3em7GkkRjfJ8wpqWXZNw==

"@react-native-cookies/cookies@^6.2.1":
version "6.2.1"
resolved "https://registry.yarnpkg.com/@react-native-cookies/cookies/-/cookies-6.2.1.tgz#54d50b9496400bbdc19e43c155f70f8f918999e3"
Expand Down Expand Up @@ -3114,6 +3109,11 @@
resolved "https://registry.yarnpkg.com/@react-native-firebase/remote-config/-/remote-config-11.5.0.tgz#61b87a998f188d332095be33e1c696b8ffedb0e8"
integrity sha512-rAbXZaDAxh43ioDT7bZg/dTj6i4BSLIKqc/pKFsbCRioNa+fyneFU5t8InD5hp5k1JlU5Q3kzn3/aUPKkowiiA==

"@react-native-masked-view/masked-view@^0.2.6":
version "0.2.9"
resolved "https://registry.yarnpkg.com/@react-native-masked-view/masked-view/-/masked-view-0.2.9.tgz#723a7a076d56b8f5f3fda076eaa5b6b82988e854"
integrity sha512-Hs4vKBKj+15VxHZHFtMaFWSBxXoOE5Ea8saoigWhahp8Mepssm0ezU+2pTl7DK9z8Y9s5uOl/aPb4QmBZ3R3Zw==

"@react-native/[email protected]":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@react-native/assets/-/assets-1.0.0.tgz#c6f9bf63d274bafc8e970628de24986b30a55c8e"
Expand Down

0 comments on commit 809d388

Please sign in to comment.