expo 54.0.2 → 54.0.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
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.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.
|
|
46
|
+
versionName "54.0.4"
|
|
47
47
|
consumerProguardFiles("proguard-rules.pro")
|
|
48
48
|
}
|
|
49
49
|
testOptions {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@expo/fingerprint": "~0.15.0",
|
|
3
|
-
"@expo/metro-runtime": "~6.1.
|
|
3
|
+
"@expo/metro-runtime": "~6.1.2",
|
|
4
4
|
"@expo/vector-icons": "^15.0.2",
|
|
5
|
-
"@expo/ui": "~0.2.0-beta.
|
|
5
|
+
"@expo/ui": "~0.2.0-beta.2",
|
|
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",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"expo-dev-client": "~6.0.12",
|
|
40
40
|
"expo-device": "~8.0.7",
|
|
41
41
|
"expo-document-picker": "~14.0.7",
|
|
42
|
-
"expo-file-system": "~19.0.
|
|
42
|
+
"expo-file-system": "~19.0.13",
|
|
43
43
|
"expo-font": "~14.0.8",
|
|
44
44
|
"expo-gl": "~16.0.7",
|
|
45
45
|
"expo-google-app-auth": "~8.3.0",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"expo-notifications": "~0.32.11",
|
|
69
69
|
"expo-print": "~15.0.7",
|
|
70
70
|
"expo-live-photo": "~1.0.7",
|
|
71
|
-
"expo-router": "~6.0.
|
|
71
|
+
"expo-router": "~6.0.2",
|
|
72
72
|
"expo-screen-capture": "~8.0.7",
|
|
73
73
|
"expo-screen-orientation": "~9.0.7",
|
|
74
74
|
"expo-secure-store": "~15.0.7",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"expo-video-thumbnails": "~10.0.7",
|
|
89
89
|
"expo-video": "~3.0.11",
|
|
90
90
|
"expo-web-browser": "~15.0.7",
|
|
91
|
-
"jest-expo": "~54.0.
|
|
91
|
+
"jest-expo": "~54.0.11",
|
|
92
92
|
"lottie-react-native": "~7.3.1",
|
|
93
93
|
"react": "19.1.0",
|
|
94
94
|
"react-dom": "19.1.0",
|
|
@@ -10,7 +10,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
10
10
|
|
|
11
11
|
@end
|
|
12
12
|
|
|
13
|
-
__deprecated_msg("EXAppDelegateWrapper is deprecated. Migrate your AppDelegate to Swift and use ExpoAppDelegate instead.")
|
|
13
|
+
__deprecated_msg("EXAppDelegateWrapper is deprecated. Migrate your AppDelegate to Swift and use ExpoAppDelegate instead. EXAppDelegateWrapper will be removed in SDK 55.")
|
|
14
14
|
@interface EXAppDelegateWrapper : NSObject <UIApplicationDelegate, UISceneDelegate, RCTReactNativeFactoryDelegate>
|
|
15
15
|
|
|
16
16
|
@property (nonatomic, strong, readonly) EXReactDelegateWrapper *reactDelegate;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "54.0.
|
|
3
|
+
"version": "54.0.4",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "src/Expo.ts",
|
|
6
6
|
"module": "src/Expo.ts",
|
|
@@ -75,19 +75,19 @@
|
|
|
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.
|
|
79
|
-
"@expo/config": "~12.0.
|
|
78
|
+
"@expo/cli": "54.0.3",
|
|
79
|
+
"@expo/config": "~12.0.9",
|
|
80
80
|
"@expo/config-plugins": "~54.0.1",
|
|
81
81
|
"@expo/devtools": "0.1.7",
|
|
82
82
|
"@expo/fingerprint": "0.15.0",
|
|
83
83
|
"@expo/metro": "~0.1.1",
|
|
84
|
-
"@expo/metro-config": "54.0.
|
|
84
|
+
"@expo/metro-config": "54.0.3",
|
|
85
85
|
"@expo/vector-icons": "^15.0.2",
|
|
86
86
|
"@ungap/structured-clone": "^1.3.0",
|
|
87
|
-
"babel-preset-expo": "~54.0.
|
|
87
|
+
"babel-preset-expo": "~54.0.1",
|
|
88
88
|
"expo-asset": "~12.0.8",
|
|
89
89
|
"expo-constants": "~18.0.8",
|
|
90
|
-
"expo-file-system": "~19.0.
|
|
90
|
+
"expo-file-system": "~19.0.13",
|
|
91
91
|
"expo-font": "~14.0.8",
|
|
92
92
|
"expo-keep-awake": "~15.0.7",
|
|
93
93
|
"expo-modules-autolinking": "3.0.10",
|
|
@@ -124,5 +124,5 @@
|
|
|
124
124
|
"optional": true
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
|
-
"gitHead": "
|
|
127
|
+
"gitHead": "8581f7205044e7cf98b1d45b373430d6194b4939"
|
|
128
128
|
}
|
package/template.tgz
CHANGED
|
Binary file
|