Skip to content

Commit

Permalink
chore: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Feb 22, 2024
1 parent fe874c1 commit 1676335
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ PODS:
- React-Core
- react-native-image-tools (0.8.1):
- React
- react-native-safe-area-context (4.9.0):
- react-native-safe-area-context (4.7.2):
- React-Core
- react-native-slider (4.5.0):
- RCT-Folly (= 2021.07.22.00)
Expand Down Expand Up @@ -787,7 +787,7 @@ SPEC CHECKSUMS:
react-native-agora: d485857dafe397d26f2ba2355b4b7db98508bc17
react-native-agora-rawdata: 097895cdccd8fcf3cff5dffe23372f5d3c89fd31
react-native-image-tools: 88218449791389bbf550a2c475a3b564c8233c8b
react-native-safe-area-context: b97eb6f9e3b7f437806c2ce5983f479f8eb5de4b
react-native-safe-area-context: 7aa8e6d9d0f3100a820efb1a98af68aa747f9284
react-native-slider: cc89964e1432fa31aa9db7a0fa9b21e26b5d5152
React-NativeModulesApple: c3e696ff867e4bc212266cbdf7e862e48a0166fd
React-perflogger: 43287389ea08993c300897a46f95cfac04bb6c1a
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-native-gesture-handler": "^2.9.0",
"react-native-image-tool": "github:LichKing-2234/react-native-image-tools",
"react-native-picker-select": "^8.0.4",
"react-native-safe-area-context": "^4.8.2",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "^3.20.0",
"react-native-svg": "^13.8.0",
"react-native-vector-icons": "^9.2.0"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12574,7 +12574,7 @@ __metadata:
react-native-gesture-handler: ^2.9.0
react-native-image-tool: "github:LichKing-2234/react-native-image-tools"
react-native-picker-select: ^8.0.4
react-native-safe-area-context: ^4.8.2
react-native-safe-area-context: ^4.5.0
react-native-screens: ^3.20.0
react-native-svg: ^13.8.0
react-native-vector-icons: ^9.2.0
Expand Down Expand Up @@ -12763,13 +12763,13 @@ __metadata:
languageName: node
linkType: hard

"react-native-safe-area-context@npm:^4.8.2":
version: 4.9.0
resolution: "react-native-safe-area-context@npm:4.9.0"
"react-native-safe-area-context@npm:^4.5.0":
version: 4.7.2
resolution: "react-native-safe-area-context@npm:4.7.2"
peerDependencies:
react: "*"
react-native: "*"
checksum: 120aefb77766a37e81c5a844d7e1493afea35461c30df5ca903c6b6e2fc6694e2496d433550a2eda872ef8384a36ecf8529a617cb19acbeebd37d78d7aa7b17e
checksum: a74a9c8b3d8642cab6e92ab12991279d3c0984c8ce09e64a4f5c6b08316001e796678bd3d5fa0e2601a334435c34ee914411a7cf7d8aa0460a49a177093b64ee
languageName: node
linkType: hard

Expand Down

0 comments on commit 1676335

Please sign in to comment.