expo 56.0.0-preview.0 → 56.0.0-preview.1
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
|
@@ -10,7 +10,7 @@ buildscript {
|
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
group = 'host.exp.exponent'
|
|
13
|
-
version = '56.0.0-preview.
|
|
13
|
+
version = '56.0.0-preview.1'
|
|
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.0-preview.
|
|
24
|
+
versionName "56.0.0-preview.1"
|
|
25
25
|
consumerProguardFiles("proguard-rules.pro")
|
|
26
26
|
}
|
|
27
27
|
testOptions {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"expo-analytics-amplitude": "~11.3.0",
|
|
17
17
|
"expo-app-auth": "~11.1.0",
|
|
18
18
|
"expo-app-loader-provider": "~8.0.0",
|
|
19
|
-
"expo-app-metrics": "~0.
|
|
19
|
+
"expo-app-metrics": "~56.0.0",
|
|
20
20
|
"expo-apple-authentication": "~56.0.0",
|
|
21
21
|
"expo-application": "~56.0.0",
|
|
22
22
|
"expo-asset": "~56.0.0",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"expo-navigation-bar": "~56.0.0",
|
|
70
70
|
"expo-network": "~56.0.0",
|
|
71
71
|
"expo-notifications": "~56.0.0",
|
|
72
|
-
"expo-observe": "~0.
|
|
72
|
+
"expo-observe": "~56.0.0",
|
|
73
73
|
"expo-print": "~56.0.0",
|
|
74
74
|
"expo-live-photo": "~56.0.0",
|
|
75
75
|
"expo-router": "~56.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "56.0.0-preview.
|
|
3
|
+
"version": "56.0.0-preview.1",
|
|
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": "56.0.
|
|
78
|
+
"@expo/cli": "56.0.1",
|
|
79
79
|
"@expo/config": "56.0.0",
|
|
80
80
|
"@expo/config-plugins": "56.0.0",
|
|
81
81
|
"@expo/devtools": "56.0.0",
|
|
@@ -138,5 +138,5 @@
|
|
|
138
138
|
"optional": true
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
|
-
"gitHead": "
|
|
141
|
+
"gitHead": "27b2538658f001167e51f076f7e2f703dd6e0978"
|
|
142
142
|
}
|
package/template.tgz
CHANGED
|
Binary file
|