expo 51.0.31 → 51.0.33
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 +2 -2
- package/bundledNativeModules.json +12 -12
- package/package.json +5 -5
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 = '51.0.
|
|
36
|
+
version = '51.0.33'
|
|
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 "51.0.
|
|
49
|
+
versionName "51.0.33"
|
|
50
50
|
consumerProguardFiles("proguard-rules.pro")
|
|
51
51
|
}
|
|
52
52
|
testOptions {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@expo/metro-runtime": "~3.2.3",
|
|
3
|
-
"@expo/vector-icons": "^14.0.
|
|
3
|
+
"@expo/vector-icons": "^14.0.3",
|
|
4
4
|
"@react-native-async-storage/async-storage": "1.23.1",
|
|
5
5
|
"@react-native-community/datetimepicker": "8.0.1",
|
|
6
6
|
"@react-native-masked-view/masked-view": "0.3.1",
|
|
@@ -25,23 +25,23 @@
|
|
|
25
25
|
"expo-brightness": "~12.0.1",
|
|
26
26
|
"expo-build-properties": "~0.12.5",
|
|
27
27
|
"expo-calendar": "~13.0.5",
|
|
28
|
-
"expo-camera": "~15.0.
|
|
28
|
+
"expo-camera": "~15.0.16",
|
|
29
29
|
"expo-cellular": "~6.0.3",
|
|
30
30
|
"expo-checkbox": "~3.0.0",
|
|
31
31
|
"expo-clipboard": "~6.0.3",
|
|
32
32
|
"expo-constants": "~16.0.2",
|
|
33
33
|
"expo-contacts": "~13.0.5",
|
|
34
34
|
"expo-crypto": "~13.0.2",
|
|
35
|
-
"expo-dev-client": "~4.0.
|
|
35
|
+
"expo-dev-client": "~4.0.27",
|
|
36
36
|
"expo-device": "~6.0.2",
|
|
37
37
|
"expo-document-picker": "~12.0.2",
|
|
38
38
|
"expo-face-detector": "~12.7.1",
|
|
39
39
|
"expo-file-system": "~17.0.1",
|
|
40
|
-
"expo-font": "~12.0.
|
|
40
|
+
"expo-font": "~12.0.10",
|
|
41
41
|
"expo-gl": "~14.0.2",
|
|
42
42
|
"expo-google-app-auth": "~8.3.0",
|
|
43
43
|
"expo-haptics": "~13.0.1",
|
|
44
|
-
"expo-image": "~1.
|
|
44
|
+
"expo-image": "~1.13.0",
|
|
45
45
|
"expo-image-loader": "~4.7.0",
|
|
46
46
|
"expo-image-manipulator": "~12.0.5",
|
|
47
47
|
"expo-image-picker": "~15.0.7",
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
"expo-localization": "~15.0.3",
|
|
55
55
|
"expo-location": "~17.0.1",
|
|
56
56
|
"expo-mail-composer": "~13.0.1",
|
|
57
|
-
"expo-media-library": "~16.0.
|
|
58
|
-
"expo-module-template": "~10.14.
|
|
59
|
-
"expo-modules-core": "~1.12.
|
|
57
|
+
"expo-media-library": "~16.0.5",
|
|
58
|
+
"expo-module-template": "~10.14.13",
|
|
59
|
+
"expo-modules-core": "~1.12.24",
|
|
60
60
|
"expo-navigation-bar": "~3.0.7",
|
|
61
61
|
"expo-network": "~6.0.1",
|
|
62
|
-
"expo-notifications": "~0.28.
|
|
62
|
+
"expo-notifications": "~0.28.17",
|
|
63
63
|
"expo-print": "~13.0.1",
|
|
64
64
|
"expo-random": "~14.0.1",
|
|
65
65
|
"expo-router": "~3.5.23",
|
|
@@ -70,15 +70,15 @@
|
|
|
70
70
|
"expo-sharing": "~12.0.1",
|
|
71
71
|
"expo-sms": "~12.0.1",
|
|
72
72
|
"expo-speech": "~12.0.2",
|
|
73
|
-
"expo-splash-screen": "~0.27.
|
|
73
|
+
"expo-splash-screen": "~0.27.6",
|
|
74
74
|
"expo-sqlite": "~14.0.6",
|
|
75
75
|
"expo-status-bar": "~1.12.1",
|
|
76
76
|
"expo-store-review": "~7.0.2",
|
|
77
|
-
"expo-symbols": "~0.1.
|
|
77
|
+
"expo-symbols": "~0.1.5",
|
|
78
78
|
"expo-system-ui": "~3.0.7",
|
|
79
79
|
"expo-task-manager": "~11.8.2",
|
|
80
80
|
"expo-tracking-transparency": "~4.0.2",
|
|
81
|
-
"expo-updates": "~0.25.
|
|
81
|
+
"expo-updates": "~0.25.25",
|
|
82
82
|
"expo-video-thumbnails": "~8.0.0",
|
|
83
83
|
"expo-web-browser": "~13.0.3",
|
|
84
84
|
"jest-expo": "~51.0.4",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "51.0.
|
|
3
|
+
"version": "51.0.33",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "build/Expo.js",
|
|
6
6
|
"module": "build/Expo.js",
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
"@expo/config": "9.0.3",
|
|
65
65
|
"@expo/config-plugins": "8.0.8",
|
|
66
66
|
"@expo/metro-config": "0.18.11",
|
|
67
|
-
"@expo/vector-icons": "^14.0.
|
|
67
|
+
"@expo/vector-icons": "^14.0.3",
|
|
68
68
|
"babel-preset-expo": "~11.0.14",
|
|
69
69
|
"expo-asset": "~10.0.10",
|
|
70
70
|
"expo-file-system": "~17.0.1",
|
|
71
|
-
"expo-font": "~12.0.
|
|
71
|
+
"expo-font": "~12.0.10",
|
|
72
72
|
"expo-keep-awake": "~13.0.2",
|
|
73
73
|
"expo-modules-autolinking": "1.11.2",
|
|
74
|
-
"expo-modules-core": "1.12.
|
|
74
|
+
"expo-modules-core": "1.12.24",
|
|
75
75
|
"fbemitter": "^3.0.0",
|
|
76
76
|
"whatwg-url-without-unicode": "8.0.0-3"
|
|
77
77
|
},
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"react-dom": "18.2.0",
|
|
84
84
|
"react-native": "0.74.5"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "80602dd9f2501843baf8da0bd9df3f4e6c49edb8"
|
|
87
87
|
}
|