expo 55.0.0-preview.8 → 55.0.0-preview.9
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 +6 -6
- package/package.json +6 -6
- package/template.tgz +0 -0
- package/types/global.d.ts +1 -8
- package/types/index.d.ts +2 -0
- package/types/metro-require.d.ts +27 -11
- package/types/react-native-web.d.ts +2 -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-preview.
|
|
35
|
+
version = '55.0.0-preview.9'
|
|
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-preview.
|
|
46
|
+
versionName "55.0.0-preview.9"
|
|
47
47
|
consumerProguardFiles("proguard-rules.pro")
|
|
48
48
|
}
|
|
49
49
|
testOptions {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"expo-battery": "~55.0.4",
|
|
27
27
|
"expo-blur": "~55.0.4",
|
|
28
28
|
"expo-brightness": "~55.0.4",
|
|
29
|
-
"expo-brownfield": "~55.0.
|
|
29
|
+
"expo-brownfield": "~55.0.6",
|
|
30
30
|
"expo-build-properties": "~55.0.5",
|
|
31
31
|
"expo-calendar": "~55.0.4",
|
|
32
32
|
"expo-camera": "~55.0.4",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"expo-contacts": "~55.0.4",
|
|
38
38
|
"expo-crypto": "~55.0.4",
|
|
39
39
|
"expo-dev-client": "~55.0.4",
|
|
40
|
-
"expo-device": "~55.0.
|
|
40
|
+
"expo-device": "~55.0.5",
|
|
41
41
|
"expo-document-picker": "~55.0.4",
|
|
42
42
|
"expo-file-system": "~55.0.4",
|
|
43
43
|
"expo-font": "~55.0.3",
|
|
@@ -64,13 +64,13 @@
|
|
|
64
64
|
"expo-media-library": "~55.0.4",
|
|
65
65
|
"expo-mesh-gradient": "~55.0.4",
|
|
66
66
|
"expo-module-template": "~55.0.4",
|
|
67
|
-
"expo-modules-core": "~55.0.
|
|
67
|
+
"expo-modules-core": "~55.0.7",
|
|
68
68
|
"expo-navigation-bar": "~55.0.4",
|
|
69
69
|
"expo-network": "~55.0.4",
|
|
70
70
|
"expo-notifications": "~55.0.5",
|
|
71
71
|
"expo-print": "~55.0.4",
|
|
72
72
|
"expo-live-photo": "~55.0.4",
|
|
73
|
-
"expo-router": "~55.0.0-preview.
|
|
73
|
+
"expo-router": "~55.0.0-preview.6",
|
|
74
74
|
"expo-screen-capture": "~55.0.4",
|
|
75
75
|
"expo-screen-orientation": "~55.0.4",
|
|
76
76
|
"expo-secure-store": "~55.0.4",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"react-native-pager-view": "8.0.0",
|
|
105
105
|
"react-native-worklets": "0.7.2",
|
|
106
106
|
"react-native-reanimated": "~4.2.1",
|
|
107
|
-
"react-native-screens": "~4.
|
|
107
|
+
"react-native-screens": "~4.22.0",
|
|
108
108
|
"react-native-safe-area-context": "~5.6.2",
|
|
109
109
|
"react-native-svg": "15.15.1",
|
|
110
110
|
"react-native-view-shot": "4.0.3",
|
|
@@ -115,6 +115,6 @@
|
|
|
115
115
|
"unimodules-image-loader-interface": "~6.1.0",
|
|
116
116
|
"@shopify/react-native-skia": "2.4.14",
|
|
117
117
|
"@shopify/flash-list": "2.0.2",
|
|
118
|
-
"@sentry/react-native": "~7.
|
|
118
|
+
"@sentry/react-native": "~7.11.0",
|
|
119
119
|
"react-native-bootsplash": "^6.3.10"
|
|
120
120
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "55.0.0-preview.
|
|
3
|
+
"version": "55.0.0-preview.9",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "src/Expo.ts",
|
|
6
6
|
"module": "src/Expo.ts",
|
|
@@ -77,13 +77,13 @@
|
|
|
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.
|
|
80
|
+
"@expo/cli": "55.0.6",
|
|
81
81
|
"@expo/config": "~55.0.4",
|
|
82
82
|
"@expo/config-plugins": "~55.0.4",
|
|
83
83
|
"@expo/devtools": "55.0.2",
|
|
84
84
|
"@expo/fingerprint": "0.16.3",
|
|
85
85
|
"@expo/local-build-cache-provider": "55.0.3",
|
|
86
|
-
"@expo/log-box": "55.0.
|
|
86
|
+
"@expo/log-box": "55.0.5",
|
|
87
87
|
"@expo/metro": "~54.2.0",
|
|
88
88
|
"@expo/metro-config": "55.0.4",
|
|
89
89
|
"@expo/vector-icons": "^15.0.2",
|
|
@@ -95,13 +95,13 @@
|
|
|
95
95
|
"expo-font": "~55.0.3",
|
|
96
96
|
"expo-keep-awake": "~55.0.2",
|
|
97
97
|
"expo-modules-autolinking": "55.0.3",
|
|
98
|
-
"expo-modules-core": "55.0.
|
|
98
|
+
"expo-modules-core": "55.0.7",
|
|
99
99
|
"pretty-format": "^29.7.0",
|
|
100
100
|
"react-refresh": "^0.14.2",
|
|
101
101
|
"whatwg-url-minimum": "^0.1.1"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
|
-
"@expo/dom-webview": "55.0.2",
|
|
104
|
+
"@expo/dom-webview": "^55.0.2",
|
|
105
105
|
"@expo/metro-runtime": "^55.0.4",
|
|
106
106
|
"@types/node": "^22.14.0",
|
|
107
107
|
"@types/react": "~19.2.0",
|
|
@@ -130,5 +130,5 @@
|
|
|
130
130
|
"optional": true
|
|
131
131
|
}
|
|
132
132
|
},
|
|
133
|
-
"gitHead": "
|
|
133
|
+
"gitHead": "feb52bad4c6c47d4c010248e74265eb3d9873371"
|
|
134
134
|
}
|
package/template.tgz
CHANGED
|
Binary file
|
package/types/global.d.ts
CHANGED
|
@@ -1,11 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
// Extend the NodeJS namespace
|
|
4
|
-
declare namespace NodeJS {
|
|
5
|
-
interface ProcessEnv {
|
|
6
|
-
readonly NODE_ENV: 'development' | 'production' | 'test';
|
|
7
|
-
}
|
|
8
|
-
}
|
|
1
|
+
/* eslint-disable */
|
|
9
2
|
|
|
10
3
|
// Create types for CSS modules
|
|
11
4
|
declare module '*.module.css' {
|
package/types/index.d.ts
CHANGED
package/types/metro-require.d.ts
CHANGED
|
@@ -1,11 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
// Adds support for the runtime `require.context` method.
|
|
3
|
-
// https://github.com/facebook/metro/pull/822/
|
|
1
|
+
/* eslint-disable */
|
|
4
2
|
|
|
5
|
-
|
|
3
|
+
// NOTE: This module is named `metro-require.d.ts` for backwards compatibility, since it's accessible to users
|
|
4
|
+
// However, it's supposed to be understood more as a "Metro environment" typings file that provides types for `require` and `module`,
|
|
5
|
+
// regardless of if `@types/node` is present, and/or, to enhance `@types/node` if it's present
|
|
6
6
|
|
|
7
7
|
declare namespace __MetroModuleApi {
|
|
8
|
-
interface
|
|
8
|
+
export interface ProcessEnv {
|
|
9
|
+
readonly NODE_ENV: 'development' | 'production' | 'test';
|
|
10
|
+
[key: string]: string | undefined;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export interface Process {
|
|
14
|
+
env: ProcessEnv;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export interface RequireContext {
|
|
9
18
|
/** Return the keys that can be resolved. */
|
|
10
19
|
keys(): string[];
|
|
11
20
|
(id: string): any;
|
|
@@ -16,7 +25,8 @@ declare namespace __MetroModuleApi {
|
|
|
16
25
|
id: string;
|
|
17
26
|
}
|
|
18
27
|
|
|
19
|
-
|
|
28
|
+
// Adds support for the runtime `require.context` method.
|
|
29
|
+
export interface RequireFunction {
|
|
20
30
|
/**
|
|
21
31
|
* Returns the exports from a dependency. The call is sync. No request to the server is fired. The compiler ensures that the dependency is available.
|
|
22
32
|
*/
|
|
@@ -40,13 +50,19 @@ declare namespace __MetroModuleApi {
|
|
|
40
50
|
mode?: 'sync' | 'eager' | 'weak' | 'lazy' | 'lazy-once'
|
|
41
51
|
): RequireContext;
|
|
42
52
|
}
|
|
53
|
+
|
|
54
|
+
export interface Module {
|
|
55
|
+
exports: any;
|
|
56
|
+
}
|
|
43
57
|
}
|
|
44
58
|
|
|
45
|
-
/**
|
|
46
|
-
* Declare process variable
|
|
47
|
-
*/
|
|
48
59
|
declare namespace NodeJS {
|
|
49
|
-
interface Require extends __MetroModuleApi.RequireFunction {}
|
|
60
|
+
export interface Require extends __MetroModuleApi.RequireFunction {}
|
|
61
|
+
export interface Module extends __MetroModuleApi.Module {}
|
|
62
|
+
export interface ProcessEnv extends __MetroModuleApi.ProcessEnv {}
|
|
63
|
+
export interface Process extends __MetroModuleApi.Process {}
|
|
50
64
|
}
|
|
51
65
|
|
|
52
|
-
declare var require:
|
|
66
|
+
declare var require: NodeJS.Require;
|
|
67
|
+
declare var module: NodeJS.Module;
|
|
68
|
+
declare var process: NodeJS.Process;
|