Skip to content
Closed
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
12 changes: 6 additions & 6 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2251,7 +2251,7 @@ PODS:
- ReactCommon/turbomodule/core
- ReactNativeDependencies
- Yoga
- react-native-safe-area-context (5.6.2):
- react-native-safe-area-context (5.9.1):

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Regenerate the safe-area pod checksum

The pod versions are manually advanced to 5.9.1, but the SPEC CHECKSUMS entry at line 4055 remains the checksum from 5.6.2. Because the podspec reads its version from the package metadata, CocoaPods computes a different checksum for 5.9.1; running the standalone npm run pod-install will therefore rewrite Podfile.lock instead of reproducing the committed lockfile. Regenerate the lock with CocoaPods and commit the resulting checksum.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated in 1b7bf37. SPEC CHECKSUMS now reads 6acf61f42ee0862bbe00ed7e6c11cd0b81b7f6e3, the SHA1 of the generated local podspec JSON for 5.9.1 (same value HybridApp's lockfile gets for this version).

- hermes-engine
- RCTRequired
- RCTTypeSafety
Expand All @@ -2263,8 +2263,8 @@ PODS:
- React-graphics
- React-ImageManager
- React-jsi
- react-native-safe-area-context/common (= 5.6.2)
- react-native-safe-area-context/fabric (= 5.6.2)
- react-native-safe-area-context/common (= 5.9.1)
- react-native-safe-area-context/fabric (= 5.9.1)
- React-NativeModulesApple
- React-RCTFabric
- React-renderercss
Expand All @@ -2275,7 +2275,7 @@ PODS:
- ReactCommon/turbomodule/core
- ReactNativeDependencies
- Yoga
- react-native-safe-area-context/common (5.6.2):
- react-native-safe-area-context/common (5.9.1):
- hermes-engine
- RCTRequired
- RCTTypeSafety
Expand All @@ -2297,7 +2297,7 @@ PODS:
- ReactCommon/turbomodule/core
- ReactNativeDependencies
- Yoga
- react-native-safe-area-context/fabric (5.6.2):
- react-native-safe-area-context/fabric (5.9.1):
- hermes-engine
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -4052,7 +4052,7 @@ SPEC CHECKSUMS:
react-native-pdf: f5336904e04a95103a90fcdf349bbd8e278350b9
react-native-plaid-link-sdk: a2df4f145f61869507d730062764abca085b6a00
react-native-quick-base64: e254a406ac7d7f20857c9fbcbfb57fbf91ae21be
react-native-safe-area-context: 4b3960e27c8a3ca0c1523348f97513e27f8509b7
react-native-safe-area-context: 6acf61f42ee0862bbe00ed7e6c11cd0b81b7f6e3
react-native-skia: b3c25cbcfdc2d4f68b73390ff1b50ef2a9bc5968
react-native-view-shot: 6da2aaa0404b8d617ab1689550acdb251d759af9
react-native-wallet: 69c8fde0b0e16899b95b2689f7cb737f4ec247f9
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
"react-native-quick-crypto": "^1.1.6",
"react-native-reanimated": "4.5.5",
"react-native-render-html": "6.3.1",
"react-native-safe-area-context": "5.6.2",
"react-native-safe-area-context": "5.9.1",
"react-native-screens": "4.25.0",
"react-native-share": "11.0.2",
"react-native-svg": "15.15.5",
Expand Down
18 changes: 0 additions & 18 deletions patches/react-native-safe-area-context/details.md

This file was deleted.

This file was deleted.

Loading