expo 55.0.1 → 55.0.2
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 +4 -4
- package/package.json +2 -2
- package/template.tgz +0 -0
package/android/build.gradle
CHANGED
|
@@ -10,7 +10,7 @@ buildscript {
|
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
group = 'host.exp.exponent'
|
|
13
|
-
version = '55.0.
|
|
13
|
+
version = '55.0.2'
|
|
14
14
|
|
|
15
15
|
expoModule {
|
|
16
16
|
// We can't prebuild the module because it depends on the generated files.
|
|
@@ -21,7 +21,7 @@ android {
|
|
|
21
21
|
namespace "expo.core"
|
|
22
22
|
defaultConfig {
|
|
23
23
|
versionCode 1
|
|
24
|
-
versionName "55.0.
|
|
24
|
+
versionName "55.0.2"
|
|
25
25
|
consumerProguardFiles("proguard-rules.pro")
|
|
26
26
|
}
|
|
27
27
|
testOptions {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"@expo/fingerprint": "~0.16.5",
|
|
3
3
|
"@expo/metro-runtime": "~55.0.6",
|
|
4
4
|
"@expo/vector-icons": "^15.0.2",
|
|
5
|
-
"@expo/ui": "
|
|
5
|
+
"@expo/ui": "55.0.1",
|
|
6
6
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
7
7
|
"@react-native-community/datetimepicker": "8.6.0",
|
|
8
8
|
"@react-native-masked-view/masked-view": "0.3.2",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"expo-notifications": "~55.0.10",
|
|
71
71
|
"expo-print": "~55.0.8",
|
|
72
72
|
"expo-live-photo": "~55.0.8",
|
|
73
|
-
"expo-router": "~55.0.
|
|
73
|
+
"expo-router": "~55.0.2",
|
|
74
74
|
"expo-screen-capture": "~55.0.8",
|
|
75
75
|
"expo-screen-orientation": "~55.0.8",
|
|
76
76
|
"expo-secure-store": "~55.0.8",
|
|
@@ -103,8 +103,8 @@
|
|
|
103
103
|
"react-native-maps": "1.26.20",
|
|
104
104
|
"react-native-pager-view": "8.0.0",
|
|
105
105
|
"react-native-worklets": "0.7.2",
|
|
106
|
-
"react-native-reanimated": "
|
|
107
|
-
"react-native-screens": "~4.
|
|
106
|
+
"react-native-reanimated": "4.2.1",
|
|
107
|
+
"react-native-screens": "~4.23.0",
|
|
108
108
|
"react-native-safe-area-context": "~5.6.2",
|
|
109
109
|
"react-native-svg": "15.15.3",
|
|
110
110
|
"react-native-view-shot": "4.0.3",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "55.0.
|
|
3
|
+
"version": "55.0.2",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "src/Expo.ts",
|
|
6
6
|
"module": "src/Expo.ts",
|
|
@@ -130,5 +130,5 @@
|
|
|
130
130
|
"optional": true
|
|
131
131
|
}
|
|
132
132
|
},
|
|
133
|
-
"gitHead": "
|
|
133
|
+
"gitHead": "52a9db397dc62ebee3bce124bf5a0f7c8b3b7cdc"
|
|
134
134
|
}
|
package/template.tgz
CHANGED
|
Binary file
|