expo 55.0.0-canary-20260121-a63c0dd → 55.0.0-preview.1
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 +78 -78
- package/package.json +24 -23
- 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 = '55.0.0-
|
|
35
|
+
version = '55.0.0-preview.1'
|
|
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 "55.0.0-
|
|
46
|
+
versionName "55.0.0-preview.1"
|
|
47
47
|
consumerProguardFiles("proguard-rules.pro")
|
|
48
48
|
}
|
|
49
49
|
testOptions {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"@expo/fingerprint": "0.
|
|
3
|
-
"@expo/metro-runtime": "
|
|
2
|
+
"@expo/fingerprint": "~0.16.0",
|
|
3
|
+
"@expo/metro-runtime": "~55.0.0",
|
|
4
4
|
"@expo/vector-icons": "^15.0.2",
|
|
5
|
-
"@expo/ui": "0.
|
|
5
|
+
"@expo/ui": "~55.0.0-beta.0",
|
|
6
6
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
7
7
|
"@react-native-community/datetimepicker": "8.6.0",
|
|
8
8
|
"@react-native-masked-view/masked-view": "0.3.2",
|
|
@@ -12,85 +12,85 @@
|
|
|
12
12
|
"@react-native-picker/picker": "2.11.4",
|
|
13
13
|
"@react-native-segmented-control/segmented-control": "2.5.7",
|
|
14
14
|
"@stripe/stripe-react-native": "0.57.2",
|
|
15
|
-
"eslint-config-expo": "
|
|
15
|
+
"eslint-config-expo": "~55.0.0",
|
|
16
16
|
"expo-analytics-amplitude": "~11.3.0",
|
|
17
17
|
"expo-app-auth": "~11.1.0",
|
|
18
18
|
"expo-app-loader-provider": "~8.0.0",
|
|
19
|
-
"expo-apple-authentication": "
|
|
20
|
-
"expo-application": "
|
|
21
|
-
"expo-asset": "
|
|
22
|
-
"expo-audio": "
|
|
23
|
-
"expo-auth-session": "
|
|
24
|
-
"expo-background-fetch": "
|
|
25
|
-
"expo-background-task": "
|
|
26
|
-
"expo-battery": "
|
|
27
|
-
"expo-blur": "
|
|
28
|
-
"expo-brightness": "
|
|
29
|
-
"expo-build-properties": "
|
|
30
|
-
"expo-calendar": "
|
|
31
|
-
"expo-camera": "
|
|
32
|
-
"expo-cellular": "
|
|
33
|
-
"expo-checkbox": "
|
|
34
|
-
"expo-clipboard": "
|
|
35
|
-
"expo-constants": "
|
|
36
|
-
"expo-contacts": "
|
|
37
|
-
"expo-crypto": "
|
|
38
|
-
"expo-dev-client": "
|
|
39
|
-
"expo-device": "
|
|
40
|
-
"expo-document-picker": "
|
|
41
|
-
"expo-file-system": "
|
|
42
|
-
"expo-font": "
|
|
43
|
-
"expo-gl": "
|
|
44
|
-
"expo-glass-effect": "0.
|
|
19
|
+
"expo-apple-authentication": "~55.0.0",
|
|
20
|
+
"expo-application": "~55.0.0",
|
|
21
|
+
"expo-asset": "~55.0.0",
|
|
22
|
+
"expo-audio": "~55.0.0",
|
|
23
|
+
"expo-auth-session": "~55.0.0",
|
|
24
|
+
"expo-background-fetch": "~55.0.0",
|
|
25
|
+
"expo-background-task": "~55.0.0",
|
|
26
|
+
"expo-battery": "~55.0.0",
|
|
27
|
+
"expo-blur": "~55.0.0",
|
|
28
|
+
"expo-brightness": "~55.0.0",
|
|
29
|
+
"expo-build-properties": "~55.0.0",
|
|
30
|
+
"expo-calendar": "~55.0.0",
|
|
31
|
+
"expo-camera": "~55.0.0",
|
|
32
|
+
"expo-cellular": "~55.0.0",
|
|
33
|
+
"expo-checkbox": "~55.0.0",
|
|
34
|
+
"expo-clipboard": "~55.0.0",
|
|
35
|
+
"expo-constants": "~55.0.0",
|
|
36
|
+
"expo-contacts": "~55.0.0",
|
|
37
|
+
"expo-crypto": "~55.0.0",
|
|
38
|
+
"expo-dev-client": "~55.0.0",
|
|
39
|
+
"expo-device": "~55.0.0",
|
|
40
|
+
"expo-document-picker": "~55.0.0",
|
|
41
|
+
"expo-file-system": "~55.0.0",
|
|
42
|
+
"expo-font": "~55.0.0",
|
|
43
|
+
"expo-gl": "~55.0.0",
|
|
44
|
+
"expo-glass-effect": "~55.0.0",
|
|
45
45
|
"expo-google-app-auth": "~8.3.0",
|
|
46
|
-
"expo-haptics": "
|
|
47
|
-
"expo-image": "
|
|
48
|
-
"expo-image-loader": "
|
|
49
|
-
"expo-image-manipulator": "
|
|
50
|
-
"expo-image-picker": "
|
|
51
|
-
"expo-intent-launcher": "
|
|
52
|
-
"expo-insights": "0.
|
|
53
|
-
"expo-keep-awake": "
|
|
54
|
-
"expo-linear-gradient": "
|
|
55
|
-
"expo-linking": "
|
|
56
|
-
"expo-local-authentication": "
|
|
57
|
-
"expo-localization": "
|
|
58
|
-
"expo-location": "
|
|
59
|
-
"expo-mail-composer": "
|
|
60
|
-
"expo-manifests": "
|
|
61
|
-
"expo-maps": "0.
|
|
46
|
+
"expo-haptics": "~55.0.0",
|
|
47
|
+
"expo-image": "~55.0.0",
|
|
48
|
+
"expo-image-loader": "~55.0.0",
|
|
49
|
+
"expo-image-manipulator": "~55.0.0",
|
|
50
|
+
"expo-image-picker": "~55.0.0",
|
|
51
|
+
"expo-intent-launcher": "~55.0.0",
|
|
52
|
+
"expo-insights": "~55.0.0",
|
|
53
|
+
"expo-keep-awake": "~55.0.0",
|
|
54
|
+
"expo-linear-gradient": "~55.0.0",
|
|
55
|
+
"expo-linking": "~55.0.0",
|
|
56
|
+
"expo-local-authentication": "~55.0.0",
|
|
57
|
+
"expo-localization": "~55.0.0",
|
|
58
|
+
"expo-location": "~55.0.0",
|
|
59
|
+
"expo-mail-composer": "~55.0.0",
|
|
60
|
+
"expo-manifests": "~55.0.0",
|
|
61
|
+
"expo-maps": "~55.0.0",
|
|
62
62
|
"expo-mcp": "~0.2.1",
|
|
63
|
-
"expo-media-library": "
|
|
64
|
-
"expo-mesh-gradient": "0.
|
|
65
|
-
"expo-module-template": "
|
|
66
|
-
"expo-modules-core": "
|
|
67
|
-
"expo-navigation-bar": "
|
|
68
|
-
"expo-network": "
|
|
69
|
-
"expo-notifications": "
|
|
70
|
-
"expo-print": "
|
|
71
|
-
"expo-live-photo": "
|
|
72
|
-
"expo-router": "
|
|
73
|
-
"expo-screen-capture": "
|
|
74
|
-
"expo-screen-orientation": "
|
|
75
|
-
"expo-secure-store": "
|
|
76
|
-
"expo-sensors": "
|
|
77
|
-
"expo-server": "
|
|
78
|
-
"expo-sharing": "
|
|
79
|
-
"expo-sms": "
|
|
80
|
-
"expo-speech": "
|
|
81
|
-
"expo-splash-screen": "
|
|
82
|
-
"expo-sqlite": "
|
|
83
|
-
"expo-status-bar": "
|
|
84
|
-
"expo-store-review": "
|
|
85
|
-
"expo-symbols": "
|
|
86
|
-
"expo-system-ui": "
|
|
87
|
-
"expo-task-manager": "
|
|
88
|
-
"expo-tracking-transparency": "
|
|
89
|
-
"expo-updates": "
|
|
90
|
-
"expo-video-thumbnails": "
|
|
91
|
-
"expo-video": "
|
|
92
|
-
"expo-web-browser": "
|
|
93
|
-
"jest-expo": "55.0.0
|
|
63
|
+
"expo-media-library": "~55.0.0",
|
|
64
|
+
"expo-mesh-gradient": "~55.0.0",
|
|
65
|
+
"expo-module-template": "~55.0.1",
|
|
66
|
+
"expo-modules-core": "~55.0.0",
|
|
67
|
+
"expo-navigation-bar": "~55.0.0",
|
|
68
|
+
"expo-network": "~55.0.0",
|
|
69
|
+
"expo-notifications": "~55.0.0",
|
|
70
|
+
"expo-print": "~55.0.0",
|
|
71
|
+
"expo-live-photo": "~55.0.0",
|
|
72
|
+
"expo-router": "~55.0.0-beta.0",
|
|
73
|
+
"expo-screen-capture": "~55.0.0",
|
|
74
|
+
"expo-screen-orientation": "~55.0.0",
|
|
75
|
+
"expo-secure-store": "~55.0.0",
|
|
76
|
+
"expo-sensors": "~55.0.0",
|
|
77
|
+
"expo-server": "~55.0.0",
|
|
78
|
+
"expo-sharing": "~55.0.0",
|
|
79
|
+
"expo-sms": "~55.0.0",
|
|
80
|
+
"expo-speech": "~55.0.0",
|
|
81
|
+
"expo-splash-screen": "~55.0.0",
|
|
82
|
+
"expo-sqlite": "~55.0.0",
|
|
83
|
+
"expo-status-bar": "~55.0.0",
|
|
84
|
+
"expo-store-review": "~55.0.0",
|
|
85
|
+
"expo-symbols": "~55.0.0",
|
|
86
|
+
"expo-system-ui": "~55.0.0",
|
|
87
|
+
"expo-task-manager": "~55.0.0",
|
|
88
|
+
"expo-tracking-transparency": "~55.0.0",
|
|
89
|
+
"expo-updates": "~55.0.0",
|
|
90
|
+
"expo-video-thumbnails": "~55.0.0",
|
|
91
|
+
"expo-video": "~55.0.0",
|
|
92
|
+
"expo-web-browser": "~55.0.0",
|
|
93
|
+
"jest-expo": "~55.0.0",
|
|
94
94
|
"lottie-react-native": "~7.3.4",
|
|
95
95
|
"react": "19.2.0",
|
|
96
96
|
"react-dom": "19.2.0",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"react-native-webview": "13.16.0",
|
|
111
111
|
"react-server-dom-webpack": "~19.2.3",
|
|
112
112
|
"sentry-expo": "~7.0.0",
|
|
113
|
-
"unimodules-app-loader": "
|
|
113
|
+
"unimodules-app-loader": "~55.0.0",
|
|
114
114
|
"unimodules-image-loader-interface": "~6.1.0",
|
|
115
115
|
"@shopify/react-native-skia": "2.4.14",
|
|
116
116
|
"@shopify/flash-list": "2.0.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "55.0.0-
|
|
3
|
+
"version": "55.0.0-preview.1",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "src/Expo.ts",
|
|
6
6
|
"module": "src/Expo.ts",
|
|
@@ -77,44 +77,44 @@
|
|
|
77
77
|
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
|
|
78
78
|
"dependencies": {
|
|
79
79
|
"@babel/runtime": "^7.20.0",
|
|
80
|
-
"@expo/cli": "55.0.0
|
|
81
|
-
"@expo/config": "
|
|
82
|
-
"@expo/config-plugins": "
|
|
83
|
-
"@expo/devtools": "0.
|
|
84
|
-
"@expo/fingerprint": "0.
|
|
85
|
-
"@expo/local-build-cache-provider": "0.0
|
|
80
|
+
"@expo/cli": "55.0.0",
|
|
81
|
+
"@expo/config": "~55.0.0",
|
|
82
|
+
"@expo/config-plugins": "~55.0.0",
|
|
83
|
+
"@expo/devtools": "55.0.0",
|
|
84
|
+
"@expo/fingerprint": "0.16.0",
|
|
85
|
+
"@expo/local-build-cache-provider": "55.0.0",
|
|
86
86
|
"@expo/metro": "~54.2.0",
|
|
87
|
-
"@expo/metro-config": "
|
|
87
|
+
"@expo/metro-config": "55.0.0",
|
|
88
88
|
"@expo/vector-icons": "^15.0.2",
|
|
89
|
-
"@expo/log-box": "0.0
|
|
89
|
+
"@expo/log-box": "55.0.0",
|
|
90
90
|
"@ungap/structured-clone": "^1.3.0",
|
|
91
|
-
"babel-preset-expo": "
|
|
92
|
-
"expo-asset": "
|
|
93
|
-
"expo-constants": "
|
|
94
|
-
"expo-file-system": "
|
|
95
|
-
"expo-font": "
|
|
96
|
-
"expo-keep-awake": "
|
|
97
|
-
"expo-modules-autolinking": "
|
|
98
|
-
"expo-modules-core": "
|
|
91
|
+
"babel-preset-expo": "~55.0.0",
|
|
92
|
+
"expo-asset": "~55.0.0",
|
|
93
|
+
"expo-constants": "~55.0.0",
|
|
94
|
+
"expo-file-system": "~55.0.0",
|
|
95
|
+
"expo-font": "~55.0.0",
|
|
96
|
+
"expo-keep-awake": "~55.0.0",
|
|
97
|
+
"expo-modules-autolinking": "55.0.0",
|
|
98
|
+
"expo-modules-core": "55.0.0",
|
|
99
99
|
"pretty-format": "^29.7.0",
|
|
100
100
|
"react-refresh": "^0.14.2",
|
|
101
101
|
"whatwg-url-without-unicode": "8.0.0-3"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
|
-
"@expo/dom-webview": "0.
|
|
105
|
-
"@expo/metro-runtime": "
|
|
104
|
+
"@expo/dom-webview": "55.0.0",
|
|
105
|
+
"@expo/metro-runtime": "^55.0.0",
|
|
106
106
|
"@types/node": "^22.14.0",
|
|
107
107
|
"@types/react": "~19.2.0",
|
|
108
108
|
"@types/react-test-renderer": "~19.1.0",
|
|
109
|
-
"expo-module-scripts": "
|
|
109
|
+
"expo-module-scripts": "^55.0.0",
|
|
110
110
|
"react": "19.2.0",
|
|
111
111
|
"react-dom": "19.2.0",
|
|
112
112
|
"react-native": "0.83.1",
|
|
113
113
|
"web-streams-polyfill": "^3.3.2"
|
|
114
114
|
},
|
|
115
115
|
"peerDependencies": {
|
|
116
|
-
"@expo/dom-webview": "
|
|
117
|
-
"@expo/metro-runtime": "
|
|
116
|
+
"@expo/dom-webview": "*",
|
|
117
|
+
"@expo/metro-runtime": "*",
|
|
118
118
|
"react": "*",
|
|
119
119
|
"react-native": "*",
|
|
120
120
|
"react-native-webview": "*"
|
|
@@ -129,5 +129,6 @@
|
|
|
129
129
|
"react-native-webview": {
|
|
130
130
|
"optional": true
|
|
131
131
|
}
|
|
132
|
-
}
|
|
132
|
+
},
|
|
133
|
+
"gitHead": "aea645dd881bbf8e396d7eff6f5c0b730176f80c"
|
|
133
134
|
}
|
package/template.tgz
CHANGED
|
Binary file
|