expo 50.0.17 → 50.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/android/build.gradle
CHANGED
|
@@ -44,7 +44,7 @@ def getRNVersion() {
|
|
|
44
44
|
ensureDependeciesWereEvaluated(project)
|
|
45
45
|
|
|
46
46
|
group = 'host.exp.exponent'
|
|
47
|
-
version = '50.0.
|
|
47
|
+
version = '50.0.19'
|
|
48
48
|
|
|
49
49
|
buildscript {
|
|
50
50
|
// Simple helper that allows the root project to override versions declared by this library.
|
|
@@ -124,7 +124,7 @@ android {
|
|
|
124
124
|
namespace "expo.core"
|
|
125
125
|
defaultConfig {
|
|
126
126
|
versionCode 1
|
|
127
|
-
versionName "50.0.
|
|
127
|
+
versionName "50.0.19"
|
|
128
128
|
consumerProguardFiles("proguard-rules.pro")
|
|
129
129
|
}
|
|
130
130
|
testOptions {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"@expo/metro-runtime": "~3.1.3",
|
|
3
3
|
"@expo/vector-icons": "^14.0.0",
|
|
4
4
|
"@react-native-async-storage/async-storage": "1.21.0",
|
|
5
|
-
"@react-native-community/datetimepicker": "7.
|
|
5
|
+
"@react-native-community/datetimepicker": "7.7.0",
|
|
6
6
|
"@react-native-masked-view/masked-view": "0.3.0",
|
|
7
7
|
"@react-native-community/netinfo": "11.1.0",
|
|
8
8
|
"@react-native-community/slider": "4.4.2",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"expo-application": "~5.8.4",
|
|
18
18
|
"expo-asset": "~9.0.2",
|
|
19
19
|
"expo-auth-session": "~5.4.0",
|
|
20
|
-
"expo-av": "~13.10.
|
|
20
|
+
"expo-av": "~13.10.6",
|
|
21
21
|
"expo-background-fetch": "~11.8.1",
|
|
22
22
|
"expo-barcode-scanner": "~12.9.3",
|
|
23
23
|
"expo-battery": "~7.7.2",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"expo-brightness": "~11.8.0",
|
|
26
26
|
"expo-build-properties": "~0.11.1",
|
|
27
27
|
"expo-calendar": "~12.2.1",
|
|
28
|
-
"expo-camera": "~14.1.
|
|
28
|
+
"expo-camera": "~14.1.3",
|
|
29
29
|
"expo-cellular": "~5.7.1",
|
|
30
30
|
"expo-checkbox": "~2.7.0",
|
|
31
31
|
"expo-clipboard": "~5.0.1",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"expo-notifications": "~0.27.7",
|
|
63
63
|
"expo-print": "~12.8.1",
|
|
64
64
|
"expo-random": "~13.6.0",
|
|
65
|
-
"expo-router": "~3.4.
|
|
65
|
+
"expo-router": "~3.4.10",
|
|
66
66
|
"expo-screen-capture": "~5.8.1",
|
|
67
67
|
"expo-screen-orientation": "~6.4.1",
|
|
68
68
|
"expo-secure-store": "~12.8.1",
|
|
@@ -70,14 +70,14 @@
|
|
|
70
70
|
"expo-sharing": "~11.10.0",
|
|
71
71
|
"expo-sms": "~11.7.1",
|
|
72
72
|
"expo-speech": "~11.7.0",
|
|
73
|
-
"expo-splash-screen": "~0.26.
|
|
73
|
+
"expo-splash-screen": "~0.26.5",
|
|
74
74
|
"expo-sqlite": "~13.4.0",
|
|
75
75
|
"expo-status-bar": "~1.11.1",
|
|
76
76
|
"expo-store-review": "~6.8.3",
|
|
77
77
|
"expo-system-ui": "~2.9.4",
|
|
78
78
|
"expo-task-manager": "~11.7.3",
|
|
79
79
|
"expo-tracking-transparency": "~3.3.0",
|
|
80
|
-
"expo-updates": "~0.24.
|
|
80
|
+
"expo-updates": "~0.24.13",
|
|
81
81
|
"expo-video-thumbnails": "~7.9.0",
|
|
82
82
|
"expo-web-browser": "~12.8.2",
|
|
83
83
|
"jest-expo": "~50.0.4",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"unimodules-image-loader-interface": "~6.1.0",
|
|
102
102
|
"@shopify/react-native-skia": "0.1.221",
|
|
103
103
|
"@shopify/flash-list": "1.6.3",
|
|
104
|
-
"@sentry/react-native": "5.
|
|
104
|
+
"@sentry/react-native": "~5.20.0"
|
|
105
105
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "50.0.
|
|
3
|
+
"version": "50.0.19",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "build/Expo.js",
|
|
6
6
|
"module": "build/Expo.js",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@babel/runtime": "^7.20.0",
|
|
63
|
-
"@expo/cli": "0.17.
|
|
63
|
+
"@expo/cli": "0.17.12",
|
|
64
64
|
"@expo/config": "8.5.6",
|
|
65
|
-
"@expo/config-plugins": "7.9.
|
|
65
|
+
"@expo/config-plugins": "7.9.2",
|
|
66
66
|
"@expo/metro-config": "0.17.7",
|
|
67
67
|
"@expo/vector-icons": "^14.0.0",
|
|
68
68
|
"babel-preset-expo": "~10.0.2",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"react-dom": "18.2.0",
|
|
84
84
|
"react-native": "0.73.6"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "58a91cebca537b685603ca67bc51b6617b3dca80"
|
|
87
87
|
}
|