Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency react-native-keychain to v9 #7247

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
5 changes: 3 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,8 @@ PODS:
- React-Core
- RNInAppBrowser (3.7.0):
- React-Core
- RNKeychain (8.2.0):
- RNKeychain (9.0.0):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- RNReanimated (3.7.2):
- RCT-Folly (= 2021.07.22.00)
Expand Down Expand Up @@ -729,7 +730,7 @@ SPEC CHECKSUMS:
RNDeviceInfo: b899ce37a403a4dea52b7cb85e16e49c04a5b88e
RNGestureHandler: 071d7a9ad81e8b83fe7663b303d132406a7d8f39
RNInAppBrowser: e36d6935517101ccba0e875bac8ad7b0cb655364
RNKeychain: bfe3d12bf4620fe488771c414530bf16e88f3678
RNKeychain: f85d33839fc34b5fe720d07eb788ef1d2112a154
RNReanimated: ab1295f59541cb26000d394b4b4aea72cb7ca448
RNScreens: b21dc57dfa2b710c30ec600786a3fc223b1b92e7
RNSearchBar: 9860431356b7d12a8449d2fddb2b5f3c78d1e99f
Expand Down
17 changes: 12 additions & 5 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 @@ -84,7 +84,7 @@
"react-native-gesture-handler": "2.9.0",
"react-native-inappbrowser-reborn": "3.7.0",
"react-native-ios-context-menu": "1.15.3",
"react-native-keychain": "8.2.0",
"react-native-keychain": "9.0.0",
"react-native-network-logger": "1.16.1",
"react-native-paper": "5.12.5",
"react-native-popover-view": "5.1.8",
Expand Down
Loading