expo 57.0.0-preview.1 → 57.0.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 +18 -18
- package/package.json +14 -14
- 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 = '57.0.
|
|
13
|
+
version = '57.0.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 "57.0.
|
|
24
|
+
versionName "57.0.1"
|
|
25
25
|
consumerProguardFiles("proguard-rules.pro")
|
|
26
26
|
}
|
|
27
27
|
testOptions {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@expo/dom-webview": "~57.0.0",
|
|
3
|
-
"@expo/fingerprint": "~0.20.
|
|
4
|
-
"@expo/metro-runtime": "~57.0.
|
|
3
|
+
"@expo/fingerprint": "~0.20.1",
|
|
4
|
+
"@expo/metro-runtime": "~57.0.2",
|
|
5
5
|
"@expo/vector-icons": "^15.0.2",
|
|
6
6
|
"@expo/ui": "~57.0.1",
|
|
7
7
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
@@ -20,30 +20,30 @@
|
|
|
20
20
|
"expo-app-metrics": "~57.0.1",
|
|
21
21
|
"expo-apple-authentication": "~57.0.0",
|
|
22
22
|
"expo-application": "~57.0.0",
|
|
23
|
-
"expo-asset": "~57.0.
|
|
23
|
+
"expo-asset": "~57.0.2",
|
|
24
24
|
"expo-audio": "~57.0.0",
|
|
25
|
-
"expo-auth-session": "~57.0.
|
|
25
|
+
"expo-auth-session": "~57.0.1",
|
|
26
26
|
"expo-background-fetch": "~57.0.1",
|
|
27
27
|
"expo-background-task": "~57.0.1",
|
|
28
28
|
"expo-battery": "~57.0.0",
|
|
29
29
|
"expo-blur": "~57.0.0",
|
|
30
30
|
"expo-brightness": "~57.0.0",
|
|
31
|
-
"expo-brownfield": "~57.0.
|
|
32
|
-
"expo-build-properties": "~57.0.
|
|
31
|
+
"expo-brownfield": "~57.0.2",
|
|
32
|
+
"expo-build-properties": "~57.0.2",
|
|
33
33
|
"expo-calendar": "~57.0.0",
|
|
34
34
|
"expo-camera": "~57.0.0",
|
|
35
35
|
"expo-cellular": "~57.0.0",
|
|
36
36
|
"expo-checkbox": "~57.0.0",
|
|
37
37
|
"expo-clipboard": "~57.0.0",
|
|
38
|
-
"expo-constants": "~57.0.
|
|
38
|
+
"expo-constants": "~57.0.2",
|
|
39
39
|
"expo-contacts": "~57.0.0",
|
|
40
40
|
"expo-crypto": "~57.0.0",
|
|
41
|
-
"expo-dev-client": "~57.0.
|
|
41
|
+
"expo-dev-client": "~57.0.3",
|
|
42
42
|
"expo-device": "~57.0.0",
|
|
43
43
|
"expo-document-picker": "~57.0.0",
|
|
44
44
|
"expo-file-system": "~57.0.0",
|
|
45
45
|
"expo-font": "~57.0.0",
|
|
46
|
-
"expo-gl": "~57.0.
|
|
46
|
+
"expo-gl": "~57.0.1",
|
|
47
47
|
"expo-glass-effect": "~57.0.0",
|
|
48
48
|
"expo-google-app-auth": "~8.3.0",
|
|
49
49
|
"expo-haptics": "~57.0.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"expo-insights": "~57.0.1",
|
|
56
56
|
"expo-keep-awake": "~57.0.0",
|
|
57
57
|
"expo-linear-gradient": "~57.0.0",
|
|
58
|
-
"expo-linking": "~57.0.
|
|
58
|
+
"expo-linking": "~57.0.1",
|
|
59
59
|
"expo-local-authentication": "~57.0.0",
|
|
60
60
|
"expo-localization": "~57.0.0",
|
|
61
61
|
"expo-location": "~57.0.1",
|
|
@@ -65,15 +65,15 @@
|
|
|
65
65
|
"expo-mcp": "~0.2.1",
|
|
66
66
|
"expo-media-library": "~57.0.0",
|
|
67
67
|
"expo-mesh-gradient": "~57.0.0",
|
|
68
|
-
"expo-module-template": "~57.0.
|
|
69
|
-
"expo-modules-core": "~57.0.
|
|
70
|
-
"expo-navigation-bar": "~57.0.
|
|
68
|
+
"expo-module-template": "~57.0.1",
|
|
69
|
+
"expo-modules-core": "~57.0.1",
|
|
70
|
+
"expo-navigation-bar": "~57.0.1",
|
|
71
71
|
"expo-network": "~57.0.0",
|
|
72
|
-
"expo-notifications": "~57.0.
|
|
73
|
-
"expo-observe": "~57.0.
|
|
72
|
+
"expo-notifications": "~57.0.2",
|
|
73
|
+
"expo-observe": "~57.0.2",
|
|
74
74
|
"expo-print": "~57.0.0",
|
|
75
75
|
"expo-live-photo": "~57.0.0",
|
|
76
|
-
"expo-router": "~57.0.
|
|
76
|
+
"expo-router": "~57.0.2",
|
|
77
77
|
"expo-screen-capture": "~57.0.0",
|
|
78
78
|
"expo-screen-orientation": "~57.0.0",
|
|
79
79
|
"expo-secure-store": "~57.0.0",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"expo-sharing": "~57.0.1",
|
|
83
83
|
"expo-sms": "~57.0.0",
|
|
84
84
|
"expo-speech": "~57.0.0",
|
|
85
|
-
"expo-splash-screen": "~57.0.
|
|
85
|
+
"expo-splash-screen": "~57.0.1",
|
|
86
86
|
"expo-sqlite": "~57.0.0",
|
|
87
87
|
"expo-status-bar": "~57.0.0",
|
|
88
88
|
"expo-store-review": "~57.0.0",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"expo-system-ui": "~57.0.0",
|
|
91
91
|
"expo-task-manager": "~57.0.1",
|
|
92
92
|
"expo-tracking-transparency": "~57.0.0",
|
|
93
|
-
"expo-updates": "~57.0.
|
|
93
|
+
"expo-updates": "~57.0.4",
|
|
94
94
|
"expo-video-thumbnails": "~57.0.0",
|
|
95
95
|
"expo-video": "~57.0.0",
|
|
96
96
|
"expo-web-browser": "~57.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "57.0.
|
|
3
|
+
"version": "57.0.1",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "src/Expo.ts",
|
|
6
6
|
"module": "src/Expo.ts",
|
|
@@ -68,25 +68,25 @@
|
|
|
68
68
|
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@babel/runtime": "^7.20.0",
|
|
71
|
-
"@expo/cli": "^57.0.
|
|
71
|
+
"@expo/cli": "^57.0.3",
|
|
72
72
|
"@expo/config": "~57.0.1",
|
|
73
73
|
"@expo/config-plugins": "~57.0.1",
|
|
74
74
|
"@expo/devtools": "~57.0.0",
|
|
75
75
|
"@expo/dom-webview": "~57.0.0",
|
|
76
|
-
"@expo/fingerprint": "^0.20.
|
|
77
|
-
"@expo/local-build-cache-provider": "^57.0.
|
|
76
|
+
"@expo/fingerprint": "^0.20.1",
|
|
77
|
+
"@expo/local-build-cache-provider": "^57.0.1",
|
|
78
78
|
"@expo/log-box": "^57.0.0",
|
|
79
79
|
"@expo/metro": "~56.0.0",
|
|
80
|
-
"@expo/metro-config": "~57.0.
|
|
80
|
+
"@expo/metro-config": "~57.0.2",
|
|
81
81
|
"@ungap/structured-clone": "^1.3.0",
|
|
82
|
-
"babel-preset-expo": "~57.0.
|
|
83
|
-
"expo-asset": "~57.0.
|
|
84
|
-
"expo-constants": "~57.0.
|
|
82
|
+
"babel-preset-expo": "~57.0.1",
|
|
83
|
+
"expo-asset": "~57.0.2",
|
|
84
|
+
"expo-constants": "~57.0.2",
|
|
85
85
|
"expo-file-system": "~57.0.0",
|
|
86
86
|
"expo-font": "~57.0.0",
|
|
87
87
|
"expo-keep-awake": "~57.0.0",
|
|
88
|
-
"expo-modules-autolinking": "~57.0.
|
|
89
|
-
"expo-modules-core": "~57.0.
|
|
88
|
+
"expo-modules-autolinking": "~57.0.3",
|
|
89
|
+
"expo-modules-core": "~57.0.1",
|
|
90
90
|
"pretty-format": "^29.7.0",
|
|
91
91
|
"react-refresh": "^0.14.2",
|
|
92
92
|
"whatwg-url-minimum": "^0.1.2"
|
|
@@ -100,9 +100,9 @@
|
|
|
100
100
|
"react-native": "0.86.0",
|
|
101
101
|
"rimraf": "^6.1.2",
|
|
102
102
|
"web-streams-polyfill": "^3.3.2",
|
|
103
|
-
"@expo/
|
|
104
|
-
"expo-updates": "57.0.
|
|
105
|
-
"@expo/
|
|
103
|
+
"@expo/dom-webview": "57.0.0",
|
|
104
|
+
"expo-updates": "57.0.4",
|
|
105
|
+
"@expo/metro-runtime": "57.0.2"
|
|
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": "db75d06da35e96d8438ff2e3a35ece3d637484c6",
|
|
143
143
|
"scripts": {
|
|
144
144
|
"build": "tsc",
|
|
145
145
|
"clean": "rimraf build",
|
package/template.tgz
CHANGED
|
Binary file
|