expo 54.0.21 → 54.0.22
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 +8 -8
- package/package.json +6 -6
- package/src/dom/__tests__/base-test.ts +13 -0
- package/src/dom/base.ts +4 -1
- 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.
|
|
35
|
+
version = '54.0.22'
|
|
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.
|
|
46
|
+
versionName "54.0.22"
|
|
47
47
|
consumerProguardFiles("proguard-rules.pro")
|
|
48
48
|
}
|
|
49
49
|
testOptions {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"@expo/fingerprint": "~0.15.
|
|
2
|
+
"@expo/fingerprint": "~0.15.3",
|
|
3
3
|
"@expo/metro-runtime": "~6.1.2",
|
|
4
4
|
"@expo/vector-icons": "^15.0.3",
|
|
5
5
|
"@expo/ui": "~0.2.0-beta.7",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"expo-brightness": "~14.0.7",
|
|
30
30
|
"expo-build-properties": "~1.0.9",
|
|
31
31
|
"expo-calendar": "~15.0.7",
|
|
32
|
-
"expo-camera": "~17.0.
|
|
32
|
+
"expo-camera": "~17.0.9",
|
|
33
33
|
"expo-cellular": "~8.0.7",
|
|
34
34
|
"expo-checkbox": "~5.0.7",
|
|
35
35
|
"expo-clipboard": "~8.0.7",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"expo-file-system": "~19.0.17",
|
|
43
43
|
"expo-font": "~14.0.9",
|
|
44
44
|
"expo-gl": "~16.0.7",
|
|
45
|
-
"expo-glass-effect": "~0.1.
|
|
45
|
+
"expo-glass-effect": "~0.1.6",
|
|
46
46
|
"expo-google-app-auth": "~8.3.0",
|
|
47
47
|
"expo-haptics": "~15.0.7",
|
|
48
48
|
"expo-image": "~3.0.10",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"expo-media-library": "~18.2.0",
|
|
64
64
|
"expo-mesh-gradient": "~0.4.7",
|
|
65
65
|
"expo-module-template": "~11.0.16",
|
|
66
|
-
"expo-modules-core": "~3.0.
|
|
66
|
+
"expo-modules-core": "~3.0.24",
|
|
67
67
|
"expo-navigation-bar": "~5.0.9",
|
|
68
68
|
"expo-network": "~8.0.7",
|
|
69
69
|
"expo-notifications": "~0.32.12",
|
|
@@ -74,12 +74,12 @@
|
|
|
74
74
|
"expo-screen-orientation": "~9.0.7",
|
|
75
75
|
"expo-secure-store": "~15.0.7",
|
|
76
76
|
"expo-sensors": "~15.0.7",
|
|
77
|
-
"expo-server": "~1.0.
|
|
77
|
+
"expo-server": "~1.0.4",
|
|
78
78
|
"expo-sharing": "~14.0.7",
|
|
79
79
|
"expo-sms": "~14.0.7",
|
|
80
80
|
"expo-speech": "~14.0.7",
|
|
81
81
|
"expo-splash-screen": "~31.0.10",
|
|
82
|
-
"expo-sqlite": "~16.0.
|
|
82
|
+
"expo-sqlite": "~16.0.9",
|
|
83
83
|
"expo-status-bar": "~3.0.8",
|
|
84
84
|
"expo-store-review": "~9.0.8",
|
|
85
85
|
"expo-symbols": "~1.0.7",
|
|
@@ -88,8 +88,8 @@
|
|
|
88
88
|
"expo-tracking-transparency": "~6.0.7",
|
|
89
89
|
"expo-updates": "~29.0.12",
|
|
90
90
|
"expo-video-thumbnails": "~10.0.7",
|
|
91
|
-
"expo-video": "~3.0.
|
|
92
|
-
"expo-web-browser": "~15.0.
|
|
91
|
+
"expo-video": "~3.0.13",
|
|
92
|
+
"expo-web-browser": "~15.0.9",
|
|
93
93
|
"jest-expo": "~54.0.13",
|
|
94
94
|
"lottie-react-native": "~7.3.1",
|
|
95
95
|
"react": "19.1.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "54.0.
|
|
3
|
+
"version": "54.0.22",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "src/Expo.ts",
|
|
6
6
|
"module": "src/Expo.ts",
|
|
@@ -75,11 +75,11 @@
|
|
|
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": "54.0.
|
|
78
|
+
"@expo/cli": "54.0.15",
|
|
79
79
|
"@expo/config": "~12.0.10",
|
|
80
80
|
"@expo/config-plugins": "~54.0.2",
|
|
81
81
|
"@expo/devtools": "0.1.7",
|
|
82
|
-
"@expo/fingerprint": "0.15.
|
|
82
|
+
"@expo/fingerprint": "0.15.3",
|
|
83
83
|
"@expo/metro": "~54.1.0",
|
|
84
84
|
"@expo/metro-config": "54.0.8",
|
|
85
85
|
"@expo/vector-icons": "^15.0.3",
|
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
"expo-file-system": "~19.0.17",
|
|
91
91
|
"expo-font": "~14.0.9",
|
|
92
92
|
"expo-keep-awake": "~15.0.7",
|
|
93
|
-
"expo-modules-autolinking": "3.0.
|
|
94
|
-
"expo-modules-core": "3.0.
|
|
93
|
+
"expo-modules-autolinking": "3.0.20",
|
|
94
|
+
"expo-modules-core": "3.0.24",
|
|
95
95
|
"pretty-format": "^29.7.0",
|
|
96
96
|
"react-refresh": "^0.14.2",
|
|
97
97
|
"whatwg-url-without-unicode": "8.0.0-3"
|
|
@@ -124,5 +124,5 @@
|
|
|
124
124
|
"optional": true
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
|
-
"gitHead": "
|
|
127
|
+
"gitHead": "1bba12a43e14a442f2cf1c73fe21968e0ef097c1"
|
|
128
128
|
}
|
|
@@ -27,8 +27,14 @@ describe('getBaseURL', () => {
|
|
|
27
27
|
isEnabled: true,
|
|
28
28
|
isEmbeddedLaunch: false,
|
|
29
29
|
localAssets: {
|
|
30
|
+
'8d4e297c3b3e49a614248143d53e40ca':
|
|
31
|
+
'file:///android_res/drawable-mdpi/node_modules_reactnavigation_elements_lib_module_assets_closeicon.png',
|
|
32
|
+
'4403c6117ec30c859bc95d70ce4a71d3':
|
|
33
|
+
'file:///android_res/drawable-mdpi/node_modules_reactnavigation_elements_lib_module_assets_searchicon.png',
|
|
30
34
|
'5d41402abc4b2a76b9719d911017c592':
|
|
31
35
|
'file:///path/to/.expo-internal/5d41402abc4b2a76b9719d911017c592.png',
|
|
36
|
+
'1d1ea1496f9057eb392d5bbf3732a61b7':
|
|
37
|
+
'file:///android_res/drawable/node_modules_exporouter_assets_error.png',
|
|
32
38
|
},
|
|
33
39
|
},
|
|
34
40
|
},
|
|
@@ -45,8 +51,15 @@ describe('getBaseURL', () => {
|
|
|
45
51
|
isEnabled: true,
|
|
46
52
|
isEmbeddedLaunch: true,
|
|
47
53
|
localAssets: {
|
|
54
|
+
'8d4e297c3b3e49a614248143d53e40ca':
|
|
55
|
+
'file:///android_res/drawable-mdpi/node_modules_reactnavigation_elements_lib_module_assets_closeicon.png',
|
|
56
|
+
'4403c6117ec30c859bc95d70ce4a71d3':
|
|
57
|
+
'file:///android_res/drawable-mdpi/node_modules_reactnavigation_elements_lib_module_assets_searchicon.png',
|
|
58
|
+
|
|
48
59
|
'5d41402abc4b2a76b9719d911017c592':
|
|
49
60
|
'file:///path/to/.expo-internal/5d41402abc4b2a76b9719d911017c592.png',
|
|
61
|
+
'1d1ea1496f9057eb392d5bbf3732a61b7':
|
|
62
|
+
'file:///android_res/drawable/node_modules_exporouter_assets_error.png',
|
|
50
63
|
},
|
|
51
64
|
},
|
|
52
65
|
},
|
package/src/dom/base.ts
CHANGED
|
@@ -52,7 +52,10 @@ function getUpdatesBaseURL(): string | null {
|
|
|
52
52
|
// If updates is installed and enabled, and we're not running from an embedded launch, we should serve the DOM Components from the `.expo-internal` directory
|
|
53
53
|
if (shouldServeDomFromUpdates) {
|
|
54
54
|
const localAssets = ExpoUpdates?.localAssets ?? {};
|
|
55
|
-
const anyLocalAsset = Object.values(localAssets)
|
|
55
|
+
const anyLocalAsset = Object.values(localAssets).find(
|
|
56
|
+
(asset) =>
|
|
57
|
+
!asset.startsWith('file:///android_res/') && !asset.startsWith('file:///android_asset/')
|
|
58
|
+
);
|
|
56
59
|
if (anyLocalAsset) {
|
|
57
60
|
// Try to get the `.expo-internal` directory from the first local asset
|
|
58
61
|
return anyLocalAsset.slice(0, anyLocalAsset.lastIndexOf('/'));
|
package/template.tgz
CHANGED
|
Binary file
|