expo 52.0.24 → 52.0.25
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 +68 -68
- package/package.json +17 -17
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.25'
|
|
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.25"
|
|
50
50
|
consumerProguardFiles("proguard-rules.pro")
|
|
51
51
|
}
|
|
52
52
|
testOptions {
|
|
@@ -14,79 +14,79 @@
|
|
|
14
14
|
"expo-analytics-amplitude": "~11.3.0",
|
|
15
15
|
"expo-app-auth": "~11.1.0",
|
|
16
16
|
"expo-app-loader-provider": "~8.0.0",
|
|
17
|
-
"expo-apple-authentication": "~7.1.
|
|
18
|
-
"expo-application": "~6.0.
|
|
19
|
-
"expo-asset": "~11.0.
|
|
20
|
-
"expo-audio": "~0.3.
|
|
21
|
-
"expo-auth-session": "~6.0.
|
|
22
|
-
"expo-av": "~15.0.
|
|
23
|
-
"expo-background-fetch": "~13.0.
|
|
24
|
-
"expo-battery": "~9.0.
|
|
25
|
-
"expo-blur": "~14.0.
|
|
26
|
-
"expo-brightness": "~13.0.
|
|
27
|
-
"expo-build-properties": "~0.13.
|
|
28
|
-
"expo-calendar": "~14.0.
|
|
29
|
-
"expo-camera": "~16.0.
|
|
30
|
-
"expo-cellular": "~7.0.
|
|
31
|
-
"expo-checkbox": "~4.0.
|
|
32
|
-
"expo-clipboard": "~7.0.
|
|
33
|
-
"expo-constants": "~17.0.
|
|
34
|
-
"expo-contacts": "~14.0.
|
|
35
|
-
"expo-crypto": "~14.0.
|
|
36
|
-
"expo-dev-client": "~5.0.
|
|
37
|
-
"expo-device": "~7.0.
|
|
38
|
-
"expo-document-picker": "~13.0.
|
|
39
|
-
"expo-face-detector": "~13.0.
|
|
40
|
-
"expo-file-system": "~18.0.
|
|
41
|
-
"expo-font": "~13.0.
|
|
42
|
-
"expo-gl": "~15.0.
|
|
17
|
+
"expo-apple-authentication": "~7.1.3",
|
|
18
|
+
"expo-application": "~6.0.2",
|
|
19
|
+
"expo-asset": "~11.0.2",
|
|
20
|
+
"expo-audio": "~0.3.3",
|
|
21
|
+
"expo-auth-session": "~6.0.2",
|
|
22
|
+
"expo-av": "~15.0.2",
|
|
23
|
+
"expo-background-fetch": "~13.0.4",
|
|
24
|
+
"expo-battery": "~9.0.2",
|
|
25
|
+
"expo-blur": "~14.0.2",
|
|
26
|
+
"expo-brightness": "~13.0.3",
|
|
27
|
+
"expo-build-properties": "~0.13.2",
|
|
28
|
+
"expo-calendar": "~14.0.6",
|
|
29
|
+
"expo-camera": "~16.0.11",
|
|
30
|
+
"expo-cellular": "~7.0.2",
|
|
31
|
+
"expo-checkbox": "~4.0.1",
|
|
32
|
+
"expo-clipboard": "~7.0.1",
|
|
33
|
+
"expo-constants": "~17.0.4",
|
|
34
|
+
"expo-contacts": "~14.0.3",
|
|
35
|
+
"expo-crypto": "~14.0.2",
|
|
36
|
+
"expo-dev-client": "~5.0.9",
|
|
37
|
+
"expo-device": "~7.0.2",
|
|
38
|
+
"expo-document-picker": "~13.0.2",
|
|
39
|
+
"expo-face-detector": "~13.0.2",
|
|
40
|
+
"expo-file-system": "~18.0.7",
|
|
41
|
+
"expo-font": "~13.0.3",
|
|
42
|
+
"expo-gl": "~15.0.3",
|
|
43
43
|
"expo-google-app-auth": "~8.3.0",
|
|
44
|
-
"expo-haptics": "~14.0.
|
|
45
|
-
"expo-image": "~2.0.
|
|
44
|
+
"expo-haptics": "~14.0.1",
|
|
45
|
+
"expo-image": "~2.0.4",
|
|
46
46
|
"expo-image-loader": "~5.0.0",
|
|
47
|
-
"expo-image-manipulator": "~13.0.
|
|
48
|
-
"expo-image-picker": "~16.0.
|
|
49
|
-
"expo-intent-launcher": "~12.0.
|
|
50
|
-
"expo-insights": "~0.8.
|
|
51
|
-
"expo-keep-awake": "~14.0.
|
|
52
|
-
"expo-linear-gradient": "~14.0.
|
|
53
|
-
"expo-linking": "~7.0.
|
|
54
|
-
"expo-local-authentication": "~15.0.
|
|
55
|
-
"expo-localization": "~16.0.
|
|
56
|
-
"expo-location": "~18.0.
|
|
57
|
-
"expo-mail-composer": "~14.0.
|
|
58
|
-
"expo-media-library": "~17.0.
|
|
59
|
-
"expo-module-template": "~10.15.
|
|
60
|
-
"expo-modules-core": "~2.1.
|
|
61
|
-
"expo-navigation-bar": "~4.0.
|
|
62
|
-
"expo-network": "~7.0.
|
|
63
|
-
"expo-notifications": "~0.29.
|
|
64
|
-
"expo-print": "~14.0.
|
|
47
|
+
"expo-image-manipulator": "~13.0.6",
|
|
48
|
+
"expo-image-picker": "~16.0.4",
|
|
49
|
+
"expo-intent-launcher": "~12.0.2",
|
|
50
|
+
"expo-insights": "~0.8.2",
|
|
51
|
+
"expo-keep-awake": "~14.0.2",
|
|
52
|
+
"expo-linear-gradient": "~14.0.2",
|
|
53
|
+
"expo-linking": "~7.0.4",
|
|
54
|
+
"expo-local-authentication": "~15.0.2",
|
|
55
|
+
"expo-localization": "~16.0.1",
|
|
56
|
+
"expo-location": "~18.0.5",
|
|
57
|
+
"expo-mail-composer": "~14.0.2",
|
|
58
|
+
"expo-media-library": "~17.0.5",
|
|
59
|
+
"expo-module-template": "~10.15.13",
|
|
60
|
+
"expo-modules-core": "~2.1.3",
|
|
61
|
+
"expo-navigation-bar": "~4.0.7",
|
|
62
|
+
"expo-network": "~7.0.5",
|
|
63
|
+
"expo-notifications": "~0.29.12",
|
|
64
|
+
"expo-print": "~14.0.3",
|
|
65
65
|
"expo-router": "~4.0.16",
|
|
66
|
-
"expo-screen-capture": "~7.0.
|
|
67
|
-
"expo-screen-orientation": "~8.0.
|
|
68
|
-
"expo-secure-store": "~14.0.
|
|
69
|
-
"expo-sensors": "~14.0.
|
|
70
|
-
"expo-sharing": "~13.0.
|
|
71
|
-
"expo-sms": "~13.0.
|
|
72
|
-
"expo-speech": "~13.0.
|
|
73
|
-
"expo-splash-screen": "~0.29.
|
|
74
|
-
"expo-sqlite": "~15.0.
|
|
75
|
-
"expo-status-bar": "~2.0.
|
|
76
|
-
"expo-store-review": "~8.0.
|
|
77
|
-
"expo-symbols": "~0.2.
|
|
78
|
-
"expo-system-ui": "~4.0.
|
|
79
|
-
"expo-task-manager": "~12.0.
|
|
80
|
-
"expo-tracking-transparency": "~5.1.
|
|
81
|
-
"expo-updates": "~0.26.
|
|
82
|
-
"expo-video-thumbnails": "~9.0.
|
|
83
|
-
"expo-video": "~2.0.
|
|
84
|
-
"expo-web-browser": "~14.0.
|
|
85
|
-
"jest-expo": "~52.0.
|
|
66
|
+
"expo-screen-capture": "~7.0.1",
|
|
67
|
+
"expo-screen-orientation": "~8.0.4",
|
|
68
|
+
"expo-secure-store": "~14.0.1",
|
|
69
|
+
"expo-sensors": "~14.0.2",
|
|
70
|
+
"expo-sharing": "~13.0.1",
|
|
71
|
+
"expo-sms": "~13.0.1",
|
|
72
|
+
"expo-speech": "~13.0.1",
|
|
73
|
+
"expo-splash-screen": "~0.29.20",
|
|
74
|
+
"expo-sqlite": "~15.0.6",
|
|
75
|
+
"expo-status-bar": "~2.0.1",
|
|
76
|
+
"expo-store-review": "~8.0.1",
|
|
77
|
+
"expo-symbols": "~0.2.1",
|
|
78
|
+
"expo-system-ui": "~4.0.7",
|
|
79
|
+
"expo-task-manager": "~12.0.4",
|
|
80
|
+
"expo-tracking-transparency": "~5.1.1",
|
|
81
|
+
"expo-updates": "~0.26.12",
|
|
82
|
+
"expo-video-thumbnails": "~9.0.3",
|
|
83
|
+
"expo-video": "~2.0.5",
|
|
84
|
+
"expo-web-browser": "~14.0.2",
|
|
85
|
+
"jest-expo": "~52.0.3",
|
|
86
86
|
"lottie-react-native": "7.1.0",
|
|
87
87
|
"react": "18.3.1",
|
|
88
88
|
"react-dom": "18.3.1",
|
|
89
|
-
"react-native": "0.76.
|
|
89
|
+
"react-native": "0.76.6",
|
|
90
90
|
"react-native-web": "~0.19.13",
|
|
91
91
|
"react-native-gesture-handler": "~2.20.2",
|
|
92
92
|
"react-native-get-random-values": "~1.11.0",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"react-native-view-shot": "~4.0.3",
|
|
100
100
|
"react-native-webview": "13.12.5",
|
|
101
101
|
"sentry-expo": "~7.0.0",
|
|
102
|
-
"unimodules-app-loader": "~5.0.
|
|
102
|
+
"unimodules-app-loader": "~5.0.1",
|
|
103
103
|
"unimodules-image-loader-interface": "~6.1.0",
|
|
104
104
|
"@shopify/react-native-skia": "1.5.0",
|
|
105
105
|
"@shopify/flash-list": "1.7.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "52.0.
|
|
3
|
+
"version": "52.0.25",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "src/Expo.ts",
|
|
6
6
|
"module": "src/Expo.ts",
|
|
@@ -68,20 +68,20 @@
|
|
|
68
68
|
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@babel/runtime": "^7.20.0",
|
|
71
|
-
"@expo/cli": "0.22.
|
|
72
|
-
"@expo/config": "~10.0.
|
|
73
|
-
"@expo/config-plugins": "~9.0.
|
|
74
|
-
"@expo/fingerprint": "0.11.
|
|
75
|
-
"@expo/metro-config": "0.19.
|
|
71
|
+
"@expo/cli": "0.22.9",
|
|
72
|
+
"@expo/config": "~10.0.8",
|
|
73
|
+
"@expo/config-plugins": "~9.0.14",
|
|
74
|
+
"@expo/fingerprint": "0.11.7",
|
|
75
|
+
"@expo/metro-config": "0.19.9",
|
|
76
76
|
"@expo/vector-icons": "^14.0.0",
|
|
77
|
-
"babel-preset-expo": "~12.0.
|
|
78
|
-
"expo-asset": "~11.0.
|
|
79
|
-
"expo-constants": "~17.0.
|
|
80
|
-
"expo-file-system": "~18.0.
|
|
81
|
-
"expo-font": "~13.0.
|
|
82
|
-
"expo-keep-awake": "~14.0.
|
|
83
|
-
"expo-modules-autolinking": "2.0.
|
|
84
|
-
"expo-modules-core": "2.1.
|
|
77
|
+
"babel-preset-expo": "~12.0.6",
|
|
78
|
+
"expo-asset": "~11.0.2",
|
|
79
|
+
"expo-constants": "~17.0.4",
|
|
80
|
+
"expo-file-system": "~18.0.7",
|
|
81
|
+
"expo-font": "~13.0.3",
|
|
82
|
+
"expo-keep-awake": "~14.0.2",
|
|
83
|
+
"expo-modules-autolinking": "2.0.5",
|
|
84
|
+
"expo-modules-core": "2.1.3",
|
|
85
85
|
"fbemitter": "^3.0.0",
|
|
86
86
|
"web-streams-polyfill": "^3.3.2",
|
|
87
87
|
"whatwg-url-without-unicode": "8.0.0-3"
|
|
@@ -89,10 +89,10 @@
|
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@types/react": "~18.3.12",
|
|
91
91
|
"@types/react-test-renderer": "^18.3.0",
|
|
92
|
-
"expo-module-scripts": "^4.0.
|
|
92
|
+
"expo-module-scripts": "^4.0.3",
|
|
93
93
|
"react": "18.3.1",
|
|
94
94
|
"react-dom": "18.3.1",
|
|
95
|
-
"react-native": "0.76.
|
|
95
|
+
"react-native": "0.76.6"
|
|
96
96
|
},
|
|
97
97
|
"peerDependencies": {
|
|
98
98
|
"@expo/dom-webview": "*",
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"optional": true
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "986a4689b91f3efc527f7178a320b987c0005842"
|
|
116
116
|
}
|