diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-01 13:13:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 13:13:58 -0500 |
commit | 7171d0404ed61fbfb6d593aae3030834ad885072 (patch) | |
tree | 1422531f8e4d7574696ac4fd685063936daeb397 /package.json | |
parent | 9b50c3ddbb13db00e9cf7da6c62e390def4102c8 (diff) | |
download | voidsky-7171d0404ed61fbfb6d593aae3030834ad885072.tar.zst |
App store fixes (permission descriptions) (#557)
* Fix permission usage descriptions on iOS * Bump ios build number
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 2dc4e9913..559513991 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "await-lock": "^2.2.2", "base64-js": "^1.5.1", "email-validator": "^2.0.4", - "expo": "~48.0.11", + "expo": "~48.0.15", "expo-build-properties": "~0.5.1", "expo-camera": "~13.2.1", "expo-dev-client": "~2.1.1", @@ -70,7 +70,7 @@ "expo-localization": "~14.1.1", "expo-media-library": "~15.2.3", "expo-sharing": "~11.2.2", - "expo-splash-screen": "~0.18.1", + "expo-splash-screen": "~0.18.2", "expo-status-bar": "~1.4.4", "expo-system-ui": "~2.2.1", "expo-updates": "~0.16.4", @@ -99,7 +99,7 @@ "react-avatar-editor": "^13.0.0", "react-circular-progressbar": "^2.1.0", "react-dom": "^18.2.0", - "react-native": "0.71.6", + "react-native": "0.71.7", "react-native-appstate-hook": "^1.0.6", "react-native-background-fetch": "^4.1.8", "react-native-drawer-layout": "^3.2.0", |