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-device-info to v14 #7262

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
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ PODS:
- React-Core
- RNDateTimePicker (8.2.0):
- React-Core
- RNDeviceInfo (11.1.0):
- RNDeviceInfo (14.0.0):
- React-Core
- RNGestureHandler (2.9.0):
- React-Core
Expand Down Expand Up @@ -726,7 +726,7 @@ SPEC CHECKSUMS:
RNCClipboard: 2834e1c4af68697089cdd455ee4a4cdd198fa7dd
RNCPicker: 529d564911e93598cc399b56cc0769ce3675f8c8
RNDateTimePicker: 40ffda97d071a98a10fdca4fa97e3977102ccd14
RNDeviceInfo: b899ce37a403a4dea52b7cb85e16e49c04a5b88e
RNDeviceInfo: 6192a9c9167e256803e554038b22b3b2b40163dc
RNGestureHandler: 071d7a9ad81e8b83fe7663b303d132406a7d8f39
RNInAppBrowser: e36d6935517101ccba0e875bac8ad7b0cb655364
RNKeychain: bfe3d12bf4620fe488771c414530bf16e88f3678
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 @@ -80,7 +80,7 @@
"react-native": "0.72.4",
"react-native-button": "3.1.0",
"react-native-calendar-events": "2.2.0",
"react-native-device-info": "11.1.0",
"react-native-device-info": "14.0.0",
"react-native-gesture-handler": "2.9.0",
"react-native-inappbrowser-reborn": "3.7.0",
"react-native-ios-context-menu": "1.15.3",
Expand Down
Loading