expo 53.0.21 → 53.0.23
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/build/dom/dom-hooks.d.ts.map +1 -1
- package/build/dom/dom.web.d.ts.map +1 -1
- package/build/dom/marshal.d.ts.map +1 -1
- package/bundledNativeModules.json +4 -4
- package/package.json +4 -4
- package/src/dom/dom-hooks.ts +5 -2
- package/src/dom/dom.web.ts +1 -1
- package/src/dom/marshal.tsx +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 = '53.0.
|
|
35
|
+
version = '53.0.23'
|
|
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 "53.0.
|
|
46
|
+
versionName "53.0.23"
|
|
47
47
|
consumerProguardFiles("proguard-rules.pro")
|
|
48
48
|
}
|
|
49
49
|
testOptions {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dom-hooks.d.ts","sourceRoot":"","sources":["../../src/dom/dom-hooks.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+C,KAAK,cAAc,EAAE,KAAK,GAAG,EAAE,MAAM,OAAO,CAAC;AAEnG,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAOxD;;;GAGG;AACH,wBAAgB,sBAAsB,CAAC,CAAC,SAAS,oBAAoB,EACnE,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC,EACX,IAAI,EAAE,MAAM,CAAC,EACb,IAAI,CAAC,EAAE,cAAc,
|
|
1
|
+
{"version":3,"file":"dom-hooks.d.ts","sourceRoot":"","sources":["../../src/dom/dom-hooks.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+C,KAAK,cAAc,EAAE,KAAK,GAAG,EAAE,MAAM,OAAO,CAAC;AAEnG,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAOxD;;;GAGG;AACH,wBAAgB,sBAAsB,CAAC,CAAC,SAAS,oBAAoB,EACnE,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC,EACX,IAAI,EAAE,MAAM,CAAC,EACb,IAAI,CAAC,EAAE,cAAc,QAgCtB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dom.web.d.ts","sourceRoot":"","sources":["../../src/dom/dom.web.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAG5B,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"dom.web.d.ts","sourceRoot":"","sources":["../../src/dom/dom.web.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAG5B,eAAO,MAAM,MAAM,SAE0B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marshal.d.ts","sourceRoot":"","sources":["../../src/dom/marshal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"marshal.d.ts","sourceRoot":"","sources":["../../src/dom/marshal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAiBvD,eAAO,MAAM,gBAAgB,GAAI,KAAK,SAAS,SAAS,EACtD,aAAa,CAAC,OAAO,EAAE,aAAa,CAAC,KAAK,CAAC,KAAK,IAAI,KACnD,CAAC,MAAM,IAAI,CAab,CAAC;AAsCF,wBAAgB,gBAAgB,IAAI,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,CAuC1F"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@expo/fingerprint": "~0.13.4",
|
|
3
|
-
"@expo/metro-runtime": "~5.0.
|
|
3
|
+
"@expo/metro-runtime": "~5.0.5",
|
|
4
4
|
"@expo/vector-icons": "^14.1.0",
|
|
5
5
|
"@expo/ui": "~0.1.1-alpha.10",
|
|
6
6
|
"@react-native-async-storage/async-storage": "2.1.2",
|
|
@@ -63,12 +63,12 @@
|
|
|
63
63
|
"expo-mesh-gradient": "~0.3.4",
|
|
64
64
|
"expo-module-template": "~10.16.8",
|
|
65
65
|
"expo-modules-core": "~2.5.0",
|
|
66
|
-
"expo-navigation-bar": "~4.2.
|
|
66
|
+
"expo-navigation-bar": "~4.2.8",
|
|
67
67
|
"expo-network": "~7.1.5",
|
|
68
68
|
"expo-notifications": "~0.31.4",
|
|
69
69
|
"expo-print": "~14.1.4",
|
|
70
70
|
"expo-live-photo": "~0.1.4",
|
|
71
|
-
"expo-router": "~5.1.
|
|
71
|
+
"expo-router": "~5.1.7",
|
|
72
72
|
"expo-screen-capture": "~7.2.0",
|
|
73
73
|
"expo-screen-orientation": "~8.1.7",
|
|
74
74
|
"expo-secure-store": "~14.2.4",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"expo-status-bar": "~2.2.3",
|
|
82
82
|
"expo-store-review": "~8.1.5",
|
|
83
83
|
"expo-symbols": "~0.4.5",
|
|
84
|
-
"expo-system-ui": "~5.0.
|
|
84
|
+
"expo-system-ui": "~5.0.11",
|
|
85
85
|
"expo-task-manager": "~13.1.6",
|
|
86
86
|
"expo-tracking-transparency": "~5.2.4",
|
|
87
87
|
"expo-updates": "~0.28.17",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "53.0.
|
|
3
|
+
"version": "53.0.23",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "src/Expo.ts",
|
|
6
6
|
"module": "src/Expo.ts",
|
|
@@ -73,13 +73,13 @@
|
|
|
73
73
|
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@babel/runtime": "^7.20.0",
|
|
76
|
-
"@expo/cli": "0.24.
|
|
76
|
+
"@expo/cli": "0.24.22",
|
|
77
77
|
"@expo/config": "~11.0.13",
|
|
78
78
|
"@expo/config-plugins": "~10.1.2",
|
|
79
79
|
"@expo/fingerprint": "0.13.4",
|
|
80
80
|
"@expo/metro-config": "0.20.17",
|
|
81
81
|
"@expo/vector-icons": "^14.0.0",
|
|
82
|
-
"babel-preset-expo": "~13.2.
|
|
82
|
+
"babel-preset-expo": "~13.2.4",
|
|
83
83
|
"expo-asset": "~11.1.7",
|
|
84
84
|
"expo-constants": "~17.1.7",
|
|
85
85
|
"expo-file-system": "~18.1.11",
|
|
@@ -119,5 +119,5 @@
|
|
|
119
119
|
"optional": true
|
|
120
120
|
}
|
|
121
121
|
},
|
|
122
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "05061c8953e61b3eb0be9344c69683c190a04213"
|
|
123
123
|
}
|
package/src/dom/dom-hooks.ts
CHANGED
|
@@ -16,8 +16,11 @@ export function useDOMImperativeHandle<T extends DOMImperativeFactory>(
|
|
|
16
16
|
init: () => T,
|
|
17
17
|
deps?: DependencyList
|
|
18
18
|
) {
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
const isTargetWeb =
|
|
20
|
+
// @ts-expect-error: Added via react-native-webview
|
|
21
|
+
typeof window.ReactNativeWebView === 'undefined' &&
|
|
22
|
+
// @ts-expect-error: Added via expo/dom
|
|
23
|
+
typeof window.$$EXPO_INITIAL_PROPS === 'undefined';
|
|
21
24
|
|
|
22
25
|
const stubHandlerFactory = useCallback(() => ({}) as T, deps ?? []);
|
|
23
26
|
|
package/src/dom/dom.web.ts
CHANGED
package/src/dom/marshal.tsx
CHANGED
|
@@ -3,6 +3,8 @@ import { DOM_EVENT, NATIVE_ACTION, NATIVE_ACTION_RESULT } from './injection';
|
|
|
3
3
|
|
|
4
4
|
const IS_DOM =
|
|
5
5
|
typeof window !== 'undefined' &&
|
|
6
|
+
// @ts-expect-error: Added via expo/dom
|
|
7
|
+
typeof window.$$EXPO_INITIAL_PROPS !== 'undefined' &&
|
|
6
8
|
// @ts-expect-error: Added via react-native-webview
|
|
7
9
|
typeof window.ReactNativeWebView !== 'undefined';
|
|
8
10
|
|