expo 54.0.0-preview.4 → 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 +18 -18
- package/package.json +9 -9
- package/template.tgz +0 -0
- package/tsconfig.base.json +1 -1
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 {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"@react-native-community/datetimepicker": "8.4.4",
|
|
8
8
|
"@react-native-masked-view/masked-view": "0.3.2",
|
|
9
9
|
"@react-native-community/netinfo": "11.4.1",
|
|
10
|
-
"@react-native-community/slider": "5.0.
|
|
10
|
+
"@react-native-community/slider": "5.0.1",
|
|
11
11
|
"@react-native-community/viewpager": "5.0.11",
|
|
12
12
|
"@react-native-picker/picker": "2.11.1",
|
|
13
13
|
"@react-native-segmented-control/segmented-control": "2.5.7",
|
|
@@ -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",
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"expo-cellular": "~8.0.2",
|
|
34
34
|
"expo-checkbox": "~5.0.2",
|
|
35
35
|
"expo-clipboard": "~8.0.2",
|
|
36
|
-
"expo-constants": "~18.0.
|
|
37
|
-
"expo-contacts": "~15.0.
|
|
36
|
+
"expo-constants": "~18.0.3",
|
|
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
|
-
"expo-file-system": "~19.0.
|
|
42
|
+
"expo-file-system": "~19.0.4",
|
|
43
43
|
"expo-font": "~14.0.2",
|
|
44
44
|
"expo-gl": "~16.0.2",
|
|
45
45
|
"expo-google-app-auth": "~8.3.0",
|
|
@@ -52,23 +52,23 @@
|
|
|
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",
|
|
59
59
|
"expo-mail-composer": "~15.0.2",
|
|
60
|
-
"expo-manifests": "~1.0.
|
|
60
|
+
"expo-manifests": "~1.0.3",
|
|
61
61
|
"expo-maps": "~0.12.2",
|
|
62
62
|
"expo-media-library": "~18.0.2",
|
|
63
63
|
"expo-mesh-gradient": "~0.4.2",
|
|
64
|
-
"expo-module-template": "~11.0.
|
|
65
|
-
"expo-modules-core": "~3.0.
|
|
64
|
+
"expo-module-template": "~11.0.3",
|
|
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
|
-
"expo-router": "~6.0.0-beta.
|
|
71
|
+
"expo-router": "~6.0.0-beta.5",
|
|
72
72
|
"expo-screen-capture": "~8.0.2",
|
|
73
73
|
"expo-screen-orientation": "~9.0.2",
|
|
74
74
|
"expo-secure-store": "~15.0.2",
|
|
@@ -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,11 +84,11 @@
|
|
|
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
|
-
"jest-expo": "~54.0.
|
|
91
|
+
"jest-expo": "~54.0.2",
|
|
92
92
|
"lottie-react-native": "~7.3.1",
|
|
93
93
|
"react": "19.1.0",
|
|
94
94
|
"react-dom": "19.1.0",
|
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,21 +75,21 @@
|
|
|
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",
|
|
82
82
|
"@expo/fingerprint": "0.14.2",
|
|
83
83
|
"@expo/metro": "~0.1.1",
|
|
84
|
-
"@expo/metro-config": "0.21.
|
|
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.
|
|
88
|
-
"expo-constants": "~18.0.
|
|
87
|
+
"expo-asset": "~12.0.3",
|
|
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.
|
|
92
|
-
"expo-modules-core": "3.0.
|
|
91
|
+
"expo-modules-autolinking": "3.0.3",
|
|
92
|
+
"expo-modules-core": "3.0.5",
|
|
93
93
|
"pretty-format": "^29.7.0",
|
|
94
94
|
"react-refresh": "^0.14.2",
|
|
95
95
|
"whatwg-url-without-unicode": "8.0.0-3"
|
|
@@ -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
|
package/tsconfig.base.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"module": "preserve",
|
|
11
11
|
"moduleDetection": "force",
|
|
12
12
|
"moduleResolution": "bundler",
|
|
13
|
-
"customConditions": ["react-native"],
|
|
13
|
+
"customConditions": ["react-native-strict-api", "react-native"],
|
|
14
14
|
"noEmit": true,
|
|
15
15
|
"resolveJsonModule": true,
|
|
16
16
|
"skipLibCheck": true,
|