expo 52.0.45 → 52.0.47
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
|
@@ -33,7 +33,7 @@ def getRNVersion() {
|
|
|
33
33
|
ensureDependeciesWereEvaluated(project)
|
|
34
34
|
|
|
35
35
|
group = 'host.exp.exponent'
|
|
36
|
-
version = '52.0.
|
|
36
|
+
version = '52.0.47'
|
|
37
37
|
|
|
38
38
|
buildscript {
|
|
39
39
|
// Simple helper that allows the root project to override versions declared by this library.
|
|
@@ -46,7 +46,7 @@ android {
|
|
|
46
46
|
namespace "expo.core"
|
|
47
47
|
defaultConfig {
|
|
48
48
|
versionCode 1
|
|
49
|
-
versionName "52.0.
|
|
49
|
+
versionName "52.0.47"
|
|
50
50
|
consumerProguardFiles("proguard-rules.pro")
|
|
51
51
|
}
|
|
52
52
|
testOptions {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"@dev-plugins/tinybase": "~0.2.0",
|
|
9
9
|
"@dev-plugins/vanilla-log-viewer": "~0.2.0",
|
|
10
10
|
"@expo/metro-runtime": "~4.0.1",
|
|
11
|
-
"@expo/vector-icons": "
|
|
11
|
+
"@expo/vector-icons": "~14.0.4",
|
|
12
12
|
"@react-native-async-storage/async-storage": "1.23.1",
|
|
13
13
|
"@react-native-community/datetimepicker": "8.2.0",
|
|
14
14
|
"@react-native-masked-view/masked-view": "0.3.2",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"expo-battery": "~9.0.2",
|
|
34
34
|
"expo-blur": "~14.0.3",
|
|
35
35
|
"expo-brightness": "~13.0.3",
|
|
36
|
-
"expo-build-properties": "~0.13.
|
|
36
|
+
"expo-build-properties": "~0.13.3",
|
|
37
37
|
"expo-calendar": "~14.0.6",
|
|
38
38
|
"expo-camera": "~16.0.18",
|
|
39
39
|
"expo-cellular": "~7.0.2",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"expo-network": "~7.0.5",
|
|
72
72
|
"expo-notifications": "~0.29.14",
|
|
73
73
|
"expo-print": "~14.0.3",
|
|
74
|
-
"expo-router": "~4.0.
|
|
74
|
+
"expo-router": "~4.0.21",
|
|
75
75
|
"expo-screen-capture": "~7.0.1",
|
|
76
76
|
"expo-screen-orientation": "~8.0.4",
|
|
77
77
|
"expo-secure-store": "~14.0.1",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"expo-sharing": "~13.0.1",
|
|
80
80
|
"expo-sms": "~13.0.1",
|
|
81
81
|
"expo-speech": "~13.0.1",
|
|
82
|
-
"expo-splash-screen": "~0.29.
|
|
82
|
+
"expo-splash-screen": "~0.29.24",
|
|
83
83
|
"expo-sqlite": "~15.1.4",
|
|
84
84
|
"expo-status-bar": "~2.0.1",
|
|
85
85
|
"expo-store-review": "~8.0.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "52.0.
|
|
3
|
+
"version": "52.0.47",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "src/Expo.ts",
|
|
6
6
|
"module": "src/Expo.ts",
|
|
@@ -72,12 +72,12 @@
|
|
|
72
72
|
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"@babel/runtime": "^7.20.0",
|
|
75
|
-
"@expo/cli": "0.22.
|
|
75
|
+
"@expo/cli": "0.22.26",
|
|
76
76
|
"@expo/config": "~10.0.11",
|
|
77
77
|
"@expo/config-plugins": "~9.0.17",
|
|
78
78
|
"@expo/fingerprint": "0.11.11",
|
|
79
79
|
"@expo/metro-config": "0.19.12",
|
|
80
|
-
"@expo/vector-icons": "
|
|
80
|
+
"@expo/vector-icons": "~14.0.4",
|
|
81
81
|
"babel-preset-expo": "~12.0.11",
|
|
82
82
|
"expo-asset": "~11.0.5",
|
|
83
83
|
"expo-constants": "~17.0.8",
|
|
@@ -116,5 +116,5 @@
|
|
|
116
116
|
"optional": true
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "2ccc59ca761806d85852f660f220678ef74365e5"
|
|
120
120
|
}
|