expo 54.0.0-preview.5 → 54.0.0-preview.6
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 +9 -9
- package/package.json +6 -6
- package/template.tgz +0 -0
package/android/build.gradle
CHANGED
|
@@ -32,7 +32,7 @@ buildscript {
|
|
|
32
32
|
def reactNativeVersion = project.extensions.getByType(ExpoModuleExtension).reactNativeVersion
|
|
33
33
|
|
|
34
34
|
group = 'host.exp.exponent'
|
|
35
|
-
version = '54.0.0-preview.
|
|
35
|
+
version = '54.0.0-preview.6'
|
|
36
36
|
|
|
37
37
|
expoModule {
|
|
38
38
|
// We can't prebuild the module because it depends on the generated files.
|
|
@@ -43,7 +43,7 @@ android {
|
|
|
43
43
|
namespace "expo.core"
|
|
44
44
|
defaultConfig {
|
|
45
45
|
versionCode 1
|
|
46
|
-
versionName "54.0.0-preview.
|
|
46
|
+
versionName "54.0.0-preview.6"
|
|
47
47
|
consumerProguardFiles("proguard-rules.pro")
|
|
48
48
|
}
|
|
49
49
|
testOptions {
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"expo-app-loader-provider": "~8.0.0",
|
|
19
19
|
"expo-apple-authentication": "~8.0.2",
|
|
20
20
|
"expo-application": "~7.0.2",
|
|
21
|
-
"expo-asset": "~12.0.
|
|
22
|
-
"expo-audio": "~1.0.
|
|
23
|
-
"expo-auth-session": "~7.0.
|
|
21
|
+
"expo-asset": "~12.0.3",
|
|
22
|
+
"expo-audio": "~1.0.5",
|
|
23
|
+
"expo-auth-session": "~7.0.3",
|
|
24
24
|
"expo-av": "~16.0.2",
|
|
25
25
|
"expo-background-fetch": "~14.0.2",
|
|
26
26
|
"expo-background-task": "~1.0.2",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"expo-constants": "~18.0.3",
|
|
37
37
|
"expo-contacts": "~15.0.3",
|
|
38
38
|
"expo-crypto": "~15.0.2",
|
|
39
|
-
"expo-dev-client": "~6.0.
|
|
39
|
+
"expo-dev-client": "~6.0.4",
|
|
40
40
|
"expo-device": "~8.0.2",
|
|
41
41
|
"expo-document-picker": "~14.0.2",
|
|
42
42
|
"expo-file-system": "~19.0.4",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"expo-insights": "~0.10.2",
|
|
53
53
|
"expo-keep-awake": "~15.0.2",
|
|
54
54
|
"expo-linear-gradient": "~15.0.2",
|
|
55
|
-
"expo-linking": "~8.0.
|
|
55
|
+
"expo-linking": "~8.0.3",
|
|
56
56
|
"expo-local-authentication": "~17.0.2",
|
|
57
57
|
"expo-localization": "~17.0.2",
|
|
58
58
|
"expo-location": "~19.0.2",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"expo-modules-core": "~3.0.5",
|
|
66
66
|
"expo-navigation-bar": "~5.0.3",
|
|
67
67
|
"expo-network": "~8.0.2",
|
|
68
|
-
"expo-notifications": "~0.32.
|
|
68
|
+
"expo-notifications": "~0.32.4",
|
|
69
69
|
"expo-print": "~15.0.2",
|
|
70
70
|
"expo-live-photo": "~1.0.2",
|
|
71
71
|
"expo-router": "~6.0.0-beta.5",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"expo-sharing": "~14.0.2",
|
|
77
77
|
"expo-sms": "~14.0.2",
|
|
78
78
|
"expo-speech": "~14.0.2",
|
|
79
|
-
"expo-splash-screen": "~31.0.
|
|
79
|
+
"expo-splash-screen": "~31.0.4",
|
|
80
80
|
"expo-sqlite": "~16.0.3",
|
|
81
81
|
"expo-status-bar": "~3.0.3",
|
|
82
82
|
"expo-store-review": "~9.0.2",
|
|
@@ -84,9 +84,9 @@
|
|
|
84
84
|
"expo-system-ui": "~6.0.2",
|
|
85
85
|
"expo-task-manager": "~14.0.2",
|
|
86
86
|
"expo-tracking-transparency": "~6.0.2",
|
|
87
|
-
"expo-updates": "~29.0.
|
|
87
|
+
"expo-updates": "~29.0.4",
|
|
88
88
|
"expo-video-thumbnails": "~10.0.2",
|
|
89
|
-
"expo-video": "~3.0.
|
|
89
|
+
"expo-video": "~3.0.4",
|
|
90
90
|
"expo-web-browser": "~15.0.2",
|
|
91
91
|
"jest-expo": "~54.0.2",
|
|
92
92
|
"lottie-react-native": "~7.3.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "54.0.0-preview.
|
|
3
|
+
"version": "54.0.0-preview.6",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "src/Expo.ts",
|
|
6
6
|
"module": "src/Expo.ts",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
|
|
76
76
|
"dependencies": {
|
|
77
77
|
"@babel/runtime": "^7.20.0",
|
|
78
|
-
"@expo/cli": "0.26.
|
|
78
|
+
"@expo/cli": "0.26.2",
|
|
79
79
|
"@expo/config": "~12.0.3",
|
|
80
80
|
"@expo/config-plugins": "~11.0.3",
|
|
81
81
|
"@expo/devtools": "0.1.2",
|
|
@@ -84,11 +84,11 @@
|
|
|
84
84
|
"@expo/metro-config": "0.21.4",
|
|
85
85
|
"@expo/vector-icons": "^14.0.0",
|
|
86
86
|
"babel-preset-expo": "~14.0.2",
|
|
87
|
-
"expo-asset": "~12.0.
|
|
87
|
+
"expo-asset": "~12.0.3",
|
|
88
88
|
"expo-constants": "~18.0.3",
|
|
89
89
|
"expo-font": "~14.0.2",
|
|
90
90
|
"expo-keep-awake": "~15.0.2",
|
|
91
|
-
"expo-modules-autolinking": "3.0.
|
|
91
|
+
"expo-modules-autolinking": "3.0.3",
|
|
92
92
|
"expo-modules-core": "3.0.5",
|
|
93
93
|
"pretty-format": "^29.7.0",
|
|
94
94
|
"react-refresh": "^0.14.2",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@types/node": "^22.14.0",
|
|
99
99
|
"@types/react": "~19.1.10",
|
|
100
100
|
"@types/react-test-renderer": "~19.1.0",
|
|
101
|
-
"expo-module-scripts": "^5.0.
|
|
101
|
+
"expo-module-scripts": "^5.0.3",
|
|
102
102
|
"react": "19.1.0",
|
|
103
103
|
"react-dom": "19.1.0",
|
|
104
104
|
"react-native": "0.81.0",
|
|
@@ -122,5 +122,5 @@
|
|
|
122
122
|
"optional": true
|
|
123
123
|
}
|
|
124
124
|
},
|
|
125
|
-
"gitHead": "
|
|
125
|
+
"gitHead": "f2270a4447fa0939e0d6f95c92bf5238e7162a73"
|
|
126
126
|
}
|
package/template.tgz
CHANGED
|
Binary file
|