expo 54.0.0-preview.3 → 54.0.0-preview.4
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 +7 -7
- 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.0-preview.
|
|
35
|
+
version = '54.0.0-preview.4'
|
|
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.4"
|
|
47
47
|
consumerProguardFiles("proguard-rules.pro")
|
|
48
48
|
}
|
|
49
49
|
testOptions {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@expo/fingerprint": "~0.14.2",
|
|
3
|
-
"@expo/metro-runtime": "~6.0
|
|
3
|
+
"@expo/metro-runtime": "~6.1.0",
|
|
4
4
|
"@expo/vector-icons": "^14.1.0",
|
|
5
|
-
"@expo/ui": "~0.2.0-alpha.
|
|
5
|
+
"@expo/ui": "~0.2.0-alpha.4",
|
|
6
6
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
7
7
|
"@react-native-community/datetimepicker": "8.4.4",
|
|
8
8
|
"@react-native-masked-view/masked-view": "0.3.2",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"expo-constants": "~18.0.2",
|
|
37
37
|
"expo-contacts": "~15.0.2",
|
|
38
38
|
"expo-crypto": "~15.0.2",
|
|
39
|
-
"expo-dev-client": "~6.0.
|
|
39
|
+
"expo-dev-client": "~6.0.3",
|
|
40
40
|
"expo-device": "~8.0.2",
|
|
41
41
|
"expo-document-picker": "~14.0.2",
|
|
42
42
|
"expo-file-system": "~19.0.3",
|
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
"expo-media-library": "~18.0.2",
|
|
63
63
|
"expo-mesh-gradient": "~0.4.2",
|
|
64
64
|
"expo-module-template": "~11.0.2",
|
|
65
|
-
"expo-modules-core": "~3.0.
|
|
65
|
+
"expo-modules-core": "~3.0.4",
|
|
66
66
|
"expo-navigation-bar": "~5.0.3",
|
|
67
67
|
"expo-network": "~8.0.2",
|
|
68
68
|
"expo-notifications": "~0.32.2",
|
|
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.4",
|
|
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.3",
|
|
80
80
|
"expo-sqlite": "~16.0.3",
|
|
81
81
|
"expo-status-bar": "~3.0.3",
|
|
82
82
|
"expo-store-review": "~9.0.2",
|
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.4",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "src/Expo.ts",
|
|
6
6
|
"module": "src/Expo.ts",
|
|
@@ -75,13 +75,13 @@
|
|
|
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.
|
|
79
|
-
"@expo/config": "~12.0.
|
|
80
|
-
"@expo/config-plugins": "~11.0.
|
|
78
|
+
"@expo/cli": "0.26.0",
|
|
79
|
+
"@expo/config": "~12.0.3",
|
|
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.3",
|
|
85
85
|
"@expo/vector-icons": "^14.0.0",
|
|
86
86
|
"babel-preset-expo": "~14.0.2",
|
|
87
87
|
"expo-asset": "~12.0.2",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"expo-font": "~14.0.2",
|
|
90
90
|
"expo-keep-awake": "~15.0.2",
|
|
91
91
|
"expo-modules-autolinking": "3.0.2",
|
|
92
|
-
"expo-modules-core": "3.0.
|
|
92
|
+
"expo-modules-core": "3.0.4",
|
|
93
93
|
"pretty-format": "^29.7.0",
|
|
94
94
|
"react-refresh": "^0.14.2",
|
|
95
95
|
"whatwg-url-without-unicode": "8.0.0-3"
|
|
@@ -122,5 +122,5 @@
|
|
|
122
122
|
"optional": true
|
|
123
123
|
}
|
|
124
124
|
},
|
|
125
|
-
"gitHead": "
|
|
125
|
+
"gitHead": "de2ce610a804a8f3ddcee6ea9474543e81b903bd"
|
|
126
126
|
}
|
package/template.tgz
CHANGED
|
Binary file
|