expo 54.0.14 → 54.0.16
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 +2 -2
- package/package.json +3 -3
- 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.16'
|
|
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.16"
|
|
47
47
|
consumerProguardFiles("proguard-rules.pro")
|
|
48
48
|
}
|
|
49
49
|
testOptions {
|
|
@@ -100,8 +100,8 @@
|
|
|
100
100
|
"react-native-keyboard-controller": "1.18.5",
|
|
101
101
|
"react-native-maps": "1.20.1",
|
|
102
102
|
"react-native-pager-view": "6.9.1",
|
|
103
|
-
"react-native-worklets": "0.
|
|
104
|
-
"react-native-reanimated": "~4.1.
|
|
103
|
+
"react-native-worklets": "0.5.1",
|
|
104
|
+
"react-native-reanimated": "~4.1.1",
|
|
105
105
|
"react-native-screens": "~4.16.0",
|
|
106
106
|
"react-native-safe-area-context": "~5.6.0",
|
|
107
107
|
"react-native-svg": "15.12.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "54.0.
|
|
3
|
+
"version": "54.0.16",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "src/Expo.ts",
|
|
6
6
|
"module": "src/Expo.ts",
|
|
@@ -90,7 +90,7 @@
|
|
|
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.
|
|
93
|
+
"expo-modules-autolinking": "3.0.17",
|
|
94
94
|
"expo-modules-core": "3.0.22",
|
|
95
95
|
"pretty-format": "^29.7.0",
|
|
96
96
|
"react-refresh": "^0.14.2",
|
|
@@ -124,5 +124,5 @@
|
|
|
124
124
|
"optional": true
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
|
-
"gitHead": "
|
|
127
|
+
"gitHead": "dbb1e7d24b4a668336e3ad34a4fb0ca4fafdf191"
|
|
128
128
|
}
|
package/template.tgz
CHANGED
|
Binary file
|