Skip to content

Commit

Permalink
chore: fix example in xcode 14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchudziak committed Jul 21, 2023
1 parent 4f12961 commit 7de1d36
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -569,21 +569,21 @@ PODS:
- React-Codegen
- React-Core
- ReactCommon/turbomodule/core
- react-native-safe-area-context (4.4.1):
- react-native-safe-area-context (4.5.1):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React-Core
- react-native-safe-area-context/common (= 4.4.1)
- react-native-safe-area-context/fabric (= 4.4.1)
- react-native-safe-area-context/common (= 4.5.1)
- react-native-safe-area-context/fabric (= 4.5.1)
- ReactCommon/turbomodule/core
- react-native-safe-area-context/common (4.4.1):
- react-native-safe-area-context/common (4.5.1):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React-Core
- ReactCommon/turbomodule/core
- react-native-safe-area-context/fabric (4.4.1):
- react-native-safe-area-context/fabric (4.5.1):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -846,7 +846,7 @@ SPEC CHECKSUMS:
React-jsinspector: 2a1985769123b199c195a96f46478b35db139712
React-logger: 7fbdc3576b2ed3834360c8ea3c1c2ec54ac3043a
react-native-geolocation: a4df6c9ef98f624737b40c9e3d709eec1bff6ea7
react-native-safe-area-context: 2f75b317784a1a8e224562941e50ecbc932d2097
react-native-safe-area-context: 0dfc8e3a7d5ff115d100bafe4269d64a2c0a1456
React-perflogger: f86e85eb59151d09e9b44b8931f5c088e4f08bbc
React-RCTActionSheet: cd3d76501a6069e164986b93f144be34b593955c
React-RCTAnimation: 2d09db635202e5d6f66de596f5a6b38389fe76ec
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@react-navigation/native-stack": "^6.7.0",
"react": "18.1.0",
"react-native": "0.70.10",
"react-native-safe-area-context": "4.4.1",
"react-native-safe-area-context": "4.5.1",
"react-native-screens": "3.17.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4253,10 +4253,10 @@ react-native-gradle-plugin@^0.70.3:
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.70.3.tgz#cbcf0619cbfbddaa9128701aa2d7b4145f9c4fc8"
integrity sha512-oOanj84fJEXUg9FoEAQomA8ISG+DVIrTZ3qF7m69VQUJyOGYyDZmPqKcjvRku4KXlEH6hWO9i4ACLzNBh8gC0A==

react-native-safe-area-context@4.4.1:
version "4.4.1"
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.4.1.tgz#239c60b8a9a80eac70a38a822b04c0f1d15ffc01"
integrity sha512-N9XTjiuD73ZpVlejHrUWIFZc+6Z14co1K/p1IFMkImU7+avD69F3y+lhkqA2hN/+vljdZrBSiOwXPkuo43nFQA==
react-native-safe-area-context@4.5.1:
version "4.5.1"
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.5.1.tgz#6651d216b86ce84a8e9399220a1010d3902d7a2e"
integrity sha512-bKcwk6zZvyz+VLoG6Uia1oiYU1jSbv1ysjEKSRLsLtPcDsbixsTc0UgfrPqjZxNTPzvYLMcr8ufA90UQauN4mw==

react-native-screens@3.17.0:
version "3.17.0"
Expand Down

0 comments on commit 7de1d36

Please sign in to comment.