Skip to content

Commit

Permalink
[ios][android] Update react-native-safe-area-context to 4.5.3 (expo#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjhughes authored Jun 18, 2023
1 parent 173c63b commit 3e7795e
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 17 deletions.
4 changes: 2 additions & 2 deletions apps/bare-expo/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ PODS:
- React-Core
- react-native-pager-view (6.2.0):
- React-Core
- react-native-safe-area-context (4.5.0):
- react-native-safe-area-context (4.5.3):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -1472,7 +1472,7 @@ SPEC CHECKSUMS:
React-logger: 51643121d274c21ca716923edee5fd5189428487
react-native-netinfo: ccbe1085dffd16592791d550189772e13bf479e2
react-native-pager-view: 0ccb8bf60e2ebd38b1f3669fa3650ecce81db2df
react-native-safe-area-context: 39c2d8be3328df5d437ac1700f4f3a4f75716acc
react-native-safe-area-context: b8979f5eda6ed5903d4dbc885be3846ea3daa753
react-native-segmented-control: 06607462630512ff8eef652ec560e6235a30cc3e
react-native-slider: 33b8d190b59d4f67a541061bb91775d53d617d9d
react-native-view-shot: 705f999ac2a24e4e6c909c0ca65c732ed33ca2ff
Expand Down
2 changes: 1 addition & 1 deletion apps/bare-expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"react-native-gesture-handler": "~2.12.0",
"react-native-pager-view": "6.2.0",
"react-native-reanimated": "~3.1.0",
"react-native-safe-area-context": "4.5.0",
"react-native-safe-area-context": "4.5.3",
"react-native-screens": "~3.20.0",
"react-native-shared-element": "0.8.8",
"react-native-svg": "13.9.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/native-component-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"react-native-pager-view": "6.2.0",
"react-native-paper": "^4.0.1",
"react-native-reanimated": "~3.1.0",
"react-native-safe-area-context": "4.5.0",
"react-native-safe-area-context": "4.5.3",
"react-native-screens": "~3.20.0",
"react-native-shared-element": "0.8.8",
"react-native-svg": "13.9.0",
Expand Down
2 changes: 1 addition & 1 deletion home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"react-native-maps": "1.7.1",
"react-native-paper": "^4.0.1",
"react-native-reanimated": "~3.1.0",
"react-native-safe-area-context": "4.5.0",
"react-native-safe-area-context": "4.5.3",
"react-native-screens": "~3.20.0",
"react-redux": "^7.2.0",
"react-string-replace": "^0.4.4",
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2081,7 +2081,7 @@ PODS:
- React-Core
- react-native-pager-view (6.2.0):
- React-Core
- react-native-safe-area-context (4.5.0):
- react-native-safe-area-context (4.5.3):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -3776,7 +3776,7 @@ SPEC CHECKSUMS:
React-logger: 4e8c28425ddc27abb6cde80eece89cc765da7d86
react-native-netinfo: ccbe1085dffd16592791d550189772e13bf479e2
react-native-pager-view: 0ccb8bf60e2ebd38b1f3669fa3650ecce81db2df
react-native-safe-area-context: 39c2d8be3328df5d437ac1700f4f3a4f75716acc
react-native-safe-area-context: b8979f5eda6ed5903d4dbc885be3846ea3daa753
react-native-segmented-control: 06607462630512ff8eef652ec560e6235a30cc3e
react-native-skia: ff2265fb802b2a3e1bf4a3c5a86d46936dd20354
react-native-slider: 33b8d190b59d4f67a541061bb91775d53d617d9d
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ typedef NS_ENUM(NSInteger, RNCSafeAreaViewEdges) {
RNCSafeAreaViewEdgesBottom = 0b0010,
RNCSafeAreaViewEdgesLeft = 0b0001,
RNCSafeAreaViewEdgesAll = 0b1111,
RNCSafeAreaViewEdgesNone = 0b0000,
};
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ @implementation RCTConvert (RNCSafeAreaView)
@"bottom" : @(RNCSafeAreaViewEdgesBottom),
@"left" : @(RNCSafeAreaViewEdgesLeft),
}),
RNCSafeAreaViewEdgesAll,
RNCSafeAreaViewEdgesNone,
integerValue);

@end
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "react-native-safe-area-context",
"version": "4.5.0",
"version": "4.5.3",
"summary": "A flexible way to handle safe area, also works on Android and web.",
"license": "MIT",
"authors": "Janic Duplessis <[email protected]>",
"homepage": "https://github.com/th3rdwave/react-native-safe-area-context#readme",
"platforms": {
"ios": "11.0",
"ios": "12.4",
"tvos": "11.0"
},
"source": {
"git": "https://github.com/th3rdwave/react-native-safe-area-context.git",
"tag": "v4.5.0"
"tag": "v4.5.3"
},
"source_files": "ios/**/*.{h,m,mm}",
"exclude_files": "ios/Fabric",
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-stories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"fs-extra": "^9.1.0",
"glob": "^7.1.7",
"react-native-gesture-handler": "~2.12.0",
"react-native-safe-area-context": "4.5.0",
"react-native-safe-area-context": "4.5.3",
"react-native-screens": "~3.20.0",
"react-native-svg": "13.9.0",
"sane": "^5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/expo/bundledNativeModules.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"react-native-pager-view": "6.2.0",
"react-native-reanimated": "~3.1.0",
"react-native-screens": "~3.20.0",
"react-native-safe-area-context": "4.5.0",
"react-native-safe-area-context": "4.5.3",
"react-native-shared-element": "0.8.8",
"react-native-svg": "13.9.0",
"react-native-view-shot": "3.6.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15921,10 +15921,10 @@ react-native-reanimated@~3.1.0:
convert-source-map "^2.0.0"
invariant "^2.2.4"

[email protected].0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.5.0.tgz#9208313236e8f49e1920ac1e2a2c975f03aed284"
integrity sha512-0WORnk9SkREGUg2V7jHZbuN5x4vcxj/1B0QOcXJjdYWrzZHgLcUzYWWIUecUPJh747Mwjt/42RZDOaFn3L8kPQ==
[email protected].3:
version "4.5.3"
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.5.3.tgz#e98eb1a73a6b3846d296545fe74760754dbaaa69"
integrity sha512-ihYeGDEBSkYH+1aWnadNhVtclhppVgd/c0tm4mj0+HV11FoiWJ8N6ocnnZnRLvM5Fxc+hUqxR9bm5AXU3rXiyA==

react-native-safe-area-view@^0.14.9:
version "0.14.9"
Expand Down

0 comments on commit 3e7795e

Please sign in to comment.