expo 56.0.5 → 56.0.6
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 +1 -1
- package/package.json +5 -5
- 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 = '56.0.
|
|
13
|
+
version = '56.0.6'
|
|
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 "56.0.
|
|
24
|
+
versionName "56.0.6"
|
|
25
25
|
consumerProguardFiles("proguard-rules.pro")
|
|
26
26
|
}
|
|
27
27
|
testOptions {
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"react-native-screens": "4.25.2",
|
|
111
111
|
"react-native-safe-area-context": "~5.7.0",
|
|
112
112
|
"react-native-svg": "15.15.4",
|
|
113
|
-
"react-native-view-shot": "
|
|
113
|
+
"react-native-view-shot": "5.1.0",
|
|
114
114
|
"react-native-webview": "13.16.1",
|
|
115
115
|
"react-server-dom-webpack": "~19.2.4",
|
|
116
116
|
"sentry-expo": "~7.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "56.0.
|
|
3
|
+
"version": "56.0.6",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "src/Expo.ts",
|
|
6
6
|
"module": "src/Expo.ts",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"expo-file-system": "~56.0.7",
|
|
86
86
|
"expo-font": "~56.0.5",
|
|
87
87
|
"expo-keep-awake": "~56.0.3",
|
|
88
|
-
"expo-modules-autolinking": "~56.0.
|
|
88
|
+
"expo-modules-autolinking": "~56.0.14",
|
|
89
89
|
"expo-modules-core": "~56.0.13",
|
|
90
90
|
"pretty-format": "^29.7.0",
|
|
91
91
|
"react-refresh": "^0.14.2",
|
|
@@ -100,9 +100,9 @@
|
|
|
100
100
|
"react-native": "0.85.3",
|
|
101
101
|
"rimraf": "^6.1.2",
|
|
102
102
|
"web-streams-polyfill": "^3.3.2",
|
|
103
|
-
"@expo/
|
|
103
|
+
"@expo/metro-runtime": "56.0.13",
|
|
104
104
|
"expo-updates": "56.0.17",
|
|
105
|
-
"@expo/
|
|
105
|
+
"@expo/dom-webview": "56.0.5"
|
|
106
106
|
},
|
|
107
107
|
"peerDependencies": {
|
|
108
108
|
"@expo/dom-webview": "*",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"scripts/resolveAppEntry.js"
|
|
140
140
|
]
|
|
141
141
|
},
|
|
142
|
-
"gitHead": "
|
|
142
|
+
"gitHead": "087b9a6ae9aeaa939544a178ced423a69d7a61a7",
|
|
143
143
|
"scripts": {
|
|
144
144
|
"build": "tsc",
|
|
145
145
|
"clean": "rimraf build",
|
package/template.tgz
CHANGED
|
Binary file
|