expo 54.0.17 → 54.0.18
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/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.18'
|
|
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.18"
|
|
47
47
|
consumerProguardFiles("proguard-rules.pro")
|
|
48
48
|
}
|
|
49
49
|
testOptions {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"expo-cellular": "~8.0.7",
|
|
34
34
|
"expo-checkbox": "~5.0.7",
|
|
35
35
|
"expo-clipboard": "~8.0.7",
|
|
36
|
-
"expo-constants": "~18.0.
|
|
36
|
+
"expo-constants": "~18.0.10",
|
|
37
37
|
"expo-contacts": "~15.0.10",
|
|
38
38
|
"expo-crypto": "~15.0.7",
|
|
39
39
|
"expo-dev-client": "~6.0.15",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"expo-maps": "~0.12.8",
|
|
63
63
|
"expo-media-library": "~18.2.0",
|
|
64
64
|
"expo-mesh-gradient": "~0.4.7",
|
|
65
|
-
"expo-module-template": "~11.0.
|
|
65
|
+
"expo-module-template": "~11.0.16",
|
|
66
66
|
"expo-modules-core": "~3.0.22",
|
|
67
|
-
"expo-navigation-bar": "~5.0.
|
|
67
|
+
"expo-navigation-bar": "~5.0.9",
|
|
68
68
|
"expo-network": "~8.0.7",
|
|
69
69
|
"expo-notifications": "~0.32.12",
|
|
70
70
|
"expo-print": "~15.0.7",
|
|
@@ -82,18 +82,18 @@
|
|
|
82
82
|
"expo-status-bar": "~3.0.8",
|
|
83
83
|
"expo-store-review": "~9.0.8",
|
|
84
84
|
"expo-symbols": "~1.0.7",
|
|
85
|
-
"expo-system-ui": "~6.0.
|
|
85
|
+
"expo-system-ui": "~6.0.8",
|
|
86
86
|
"expo-task-manager": "~14.0.8",
|
|
87
87
|
"expo-tracking-transparency": "~6.0.7",
|
|
88
88
|
"expo-updates": "~29.0.12",
|
|
89
89
|
"expo-video-thumbnails": "~10.0.7",
|
|
90
90
|
"expo-video": "~3.0.11",
|
|
91
91
|
"expo-web-browser": "~15.0.8",
|
|
92
|
-
"jest-expo": "~54.0.
|
|
92
|
+
"jest-expo": "~54.0.13",
|
|
93
93
|
"lottie-react-native": "~7.3.1",
|
|
94
94
|
"react": "19.1.0",
|
|
95
95
|
"react-dom": "19.1.0",
|
|
96
|
-
"react-native": "0.81.
|
|
96
|
+
"react-native": "0.81.5",
|
|
97
97
|
"react-native-web": "~0.21.0",
|
|
98
98
|
"react-native-gesture-handler": "~2.28.0",
|
|
99
99
|
"react-native-get-random-values": "~1.11.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "54.0.
|
|
3
|
+
"version": "54.0.18",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "src/Expo.ts",
|
|
6
6
|
"module": "src/Expo.ts",
|
|
@@ -75,7 +75,7 @@
|
|
|
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.13",
|
|
79
79
|
"@expo/config": "~12.0.10",
|
|
80
80
|
"@expo/config-plugins": "~54.0.2",
|
|
81
81
|
"@expo/devtools": "0.1.7",
|
|
@@ -84,9 +84,9 @@
|
|
|
84
84
|
"@expo/metro-config": "54.0.7",
|
|
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.6",
|
|
88
88
|
"expo-asset": "~12.0.9",
|
|
89
|
-
"expo-constants": "~18.0.
|
|
89
|
+
"expo-constants": "~18.0.10",
|
|
90
90
|
"expo-file-system": "~19.0.17",
|
|
91
91
|
"expo-font": "~14.0.9",
|
|
92
92
|
"expo-keep-awake": "~15.0.7",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"expo-module-scripts": "^5.0.7",
|
|
104
104
|
"react": "19.1.0",
|
|
105
105
|
"react-dom": "19.1.0",
|
|
106
|
-
"react-native": "0.81.
|
|
106
|
+
"react-native": "0.81.5",
|
|
107
107
|
"web-streams-polyfill": "^3.3.2"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
@@ -124,5 +124,5 @@
|
|
|
124
124
|
"optional": true
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
|
-
"gitHead": "
|
|
127
|
+
"gitHead": "282a1aa24f576ebbcb4bdc417a27c278156e69e0"
|
|
128
128
|
}
|
package/template.tgz
CHANGED
|
Binary file
|