Skip to content

Commit

Permalink
Bump react-native-safe-area-context to 4.4.0 (#3618)
Browse files Browse the repository at this point in the history
This PR bumps `react-native-safe-area-context` from 4.3.3 to 4.4.0 both
in Example and FabricExample apps.
  • Loading branch information
tomekzaw authored and piaskowyk committed Oct 6, 2022
1 parent ebb6be6 commit e21a082
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ PODS:
- glog
- react-native-pager-view (5.4.1):
- React-Core
- react-native-safe-area-context (4.3.3):
- react-native-safe-area-context (4.4.0):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -533,7 +533,7 @@ SPEC CHECKSUMS:
React-jsinspector: 1363be638eccfe1aea1b10dd42e632b0397e5ec8
React-logger: 7bd569e3857d74ed412ce0a5c51f421ff7d4ca7f
react-native-pager-view: 43f51f45f37ec9715f6c188e4af46ccdf79872e8
react-native-safe-area-context: b456e1c40ec86f5593d58b275bd0e9603169daca
react-native-safe-area-context: 646452837a27753136982377b1b945df58b31b08
react-native-slider: 269d81247e2a87358ee03241da55b00c919e4d7a
React-perflogger: 48c6b363e867d64b682e84f80ca45636bd65e19c
React-RCTActionSheet: 33c74fe5c754835e3715c300618da9aa2f7203fa
Expand Down
2 changes: 1 addition & 1 deletion Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"react-native": "0.70.1",
"react-native-gesture-handler": "^2.6.0",
"react-native-pager-view": "^5.4.1",
"react-native-safe-area-context": "^4.3.3",
"react-native-safe-area-context": "^4.4.0",
"react-native-screens": "^3.17.0",
"react-native-status-bar-height": "^2.4.0",
"react-native-svg": "^13.2.0",
Expand Down
8 changes: 4 additions & 4 deletions Example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10204,10 +10204,10 @@ react-native-safe-area-context@3.2.0:
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-3.2.0.tgz#06113c6b208f982d68ab5c3cebd199ca93db6941"
integrity sha512-k2Nty4PwSnrg9HwrYeeE+EYqViYJoOFwEy9LxL5RIRfoqxAq/uQXNGwpUg2/u4gnKpBbEPa9eRh15KKMe/VHkA==

react-native-safe-area-context@^4.3.3:
version "4.3.3"
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.3.3.tgz#a0f1e3116ded39efc1b78a46a6d89c71169827e4"
integrity sha512-xwsloGLDUzeTN40TIh4Te/zRePSnBAuWlLIiEW3RYE9gHHYslqQWpfK7N24SdAQEH3tHZ+huoYNjo2GQJO/vnQ==
react-native-safe-area-context@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.4.0.tgz#481c6815cc3d72e563b9d3fbfe2454180e86dd22"
integrity sha512-OZwQzaljWasSD0UGMHxR4Wv8ASxzu48nnyyAWVgJTRu3+w4PYGmyFL4FG3Aidp76EszgMqpLOJENFaZMDNO1xg==

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

0 comments on commit e21a082

Please sign in to comment.