mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
chore: remove screens and RNS from macos example app (#2502)
# Summary For some reason, someone installed `react-native-screens` and `react-native-safe-area-context` into macOS example app. This PR removes it, so CI should pass now.
This commit is contained in:
@@ -1369,12 +1369,12 @@ SPEC CHECKSUMS:
|
||||
React-utils: f0bb613a2b0a7f8011bdafb8ac098e30d4825256
|
||||
ReactCommon: 4afd22a8615d591e925c67434b6d947b9ae24ca8
|
||||
RNCAsyncStorage: 85095944a808882e37b9b80f698491cd249b15bb
|
||||
RNGestureHandler: 5cbfe24abee937b38751abe6a66c08f332fef744
|
||||
RNGestureHandler: 1b3263210f8507635303b925a1b0915e7fc4253a
|
||||
RNReanimated: 096c06ec3b073d0bb04f6dd1c99e40fad2d2fb31
|
||||
RNSVG: 0005115d1df59a79c18c65d437765b01dc244b70
|
||||
SocketRocket: f6c6249082c011e6de2de60ed641ef8bbe0cfac9
|
||||
Yoga: 35603207c576afc16e93625844f6d469ae6d5f03
|
||||
|
||||
PODFILE CHECKSUM: 014e1898817fb7a489441e9cac7af4e939005777
|
||||
PODFILE CHECKSUM: 5946b8554200839d1db9f7ac51f41dd6599814de
|
||||
|
||||
COCOAPODS: 1.14.3
|
||||
|
||||
@@ -16,11 +16,9 @@
|
||||
"@react-navigation/stack": "^6.4.1",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.73.4",
|
||||
"react-native-gesture-handler": "^2.20.0",
|
||||
"react-native-gesture-handler": "https://github.com/software-mansion/react-native-gesture-handler",
|
||||
"react-native-macos": "^0.73.0-0",
|
||||
"react-native-reanimated": "3.9.0",
|
||||
"react-native-safe-area-context": "^4.11.0",
|
||||
"react-native-screens": "^3.34.0",
|
||||
"react-native-svg": "link:../"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -6217,10 +6217,9 @@ react-is@^17.0.1:
|
||||
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
|
||||
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
|
||||
|
||||
react-native-gesture-handler@^2.20.0:
|
||||
"react-native-gesture-handler@https://github.com/software-mansion/react-native-gesture-handler":
|
||||
version "2.20.0"
|
||||
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.20.0.tgz#2d9ec4e9bd22619ebe36269dda3ecb1173928276"
|
||||
integrity sha512-rFKqgHRfxQ7uSAivk8vxCiW4SB3G0U7jnv7kZD4Y90K5kp6YrU8Q3tWhxe3Rx55BIvSd3mBe9ZWbWVJ0FsSHPA==
|
||||
resolved "https://github.com/software-mansion/react-native-gesture-handler#802da495101cd3fbf2257e2bf7271fe1719b6638"
|
||||
dependencies:
|
||||
"@egjs/hammerjs" "^2.0.17"
|
||||
hoist-non-react-statics "^3.3.0"
|
||||
@@ -6286,9 +6285,9 @@ react-native-reanimated@3.9.0:
|
||||
invariant "^2.2.4"
|
||||
|
||||
react-native-safe-area-context@^4.11.0:
|
||||
version "4.11.0"
|
||||
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.11.0.tgz#d45271363672dc1923ddb0ce5a6ad588e210c85d"
|
||||
integrity sha512-Bg7bozxEB+ZS+H3tVYs5yY1cvxNXgR6nRQwpSMkYR9IN5CbxohLnSprrOPG/ostTCd4F6iCk0c51pExEhifSKQ==
|
||||
version "4.11.1"
|
||||
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.11.1.tgz#dae959f4512ca125f087a44c16b2c23de10b0e29"
|
||||
integrity sha512-urF1m4nFiZFaWjsv2zj8J/hKvo4b2tJW+6CYU1mY4lKv1RwhG2eV8J/EHKuNlLhATZx3+6j7szrpHrQW2ZcAaQ==
|
||||
|
||||
react-native-screens@^3.34.0:
|
||||
version "3.34.0"
|
||||
|
||||
Reference in New Issue
Block a user