expo 56.0.12 → 57.0.0-preview.0
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 +90 -89
- package/package.json +23 -23
- 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 = '
|
|
13
|
+
version = '57.0.0-preview.0'
|
|
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 "
|
|
24
|
+
versionName "57.0.0-preview.0"
|
|
25
25
|
consumerProguardFiles("proguard-rules.pro")
|
|
26
26
|
}
|
|
27
27
|
testOptions {
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"@expo/
|
|
3
|
-
"@expo/
|
|
2
|
+
"@expo/dom-webview": "~57.0.0",
|
|
3
|
+
"@expo/fingerprint": "~0.20.0",
|
|
4
|
+
"@expo/metro-runtime": "~57.0.0",
|
|
4
5
|
"@expo/vector-icons": "^15.0.2",
|
|
5
|
-
"@expo/ui": "~
|
|
6
|
+
"@expo/ui": "~57.0.0",
|
|
6
7
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
7
8
|
"@react-native-community/datetimepicker": "9.1.0",
|
|
8
9
|
"@react-native-masked-view/masked-view": "0.3.2",
|
|
@@ -12,101 +13,101 @@
|
|
|
12
13
|
"@react-native-picker/picker": "2.11.4",
|
|
13
14
|
"@react-native-segmented-control/segmented-control": "2.5.7",
|
|
14
15
|
"@stripe/stripe-react-native": "0.64.0",
|
|
15
|
-
"eslint-config-expo": "~
|
|
16
|
+
"eslint-config-expo": "~57.0.0",
|
|
16
17
|
"expo-analytics-amplitude": "~11.3.0",
|
|
17
18
|
"expo-app-auth": "~11.1.0",
|
|
18
19
|
"expo-app-loader-provider": "~8.0.0",
|
|
19
|
-
"expo-app-metrics": "~
|
|
20
|
-
"expo-apple-authentication": "~
|
|
21
|
-
"expo-application": "~
|
|
22
|
-
"expo-asset": "~
|
|
23
|
-
"expo-audio": "~
|
|
24
|
-
"expo-auth-session": "~
|
|
25
|
-
"expo-background-fetch": "~
|
|
26
|
-
"expo-background-task": "~
|
|
27
|
-
"expo-battery": "~
|
|
28
|
-
"expo-blur": "~
|
|
29
|
-
"expo-brightness": "~
|
|
30
|
-
"expo-brownfield": "~
|
|
31
|
-
"expo-build-properties": "~
|
|
32
|
-
"expo-calendar": "~
|
|
33
|
-
"expo-camera": "~
|
|
34
|
-
"expo-cellular": "~
|
|
35
|
-
"expo-checkbox": "~
|
|
36
|
-
"expo-clipboard": "~
|
|
37
|
-
"expo-constants": "~
|
|
38
|
-
"expo-contacts": "~
|
|
39
|
-
"expo-crypto": "~
|
|
40
|
-
"expo-dev-client": "~
|
|
41
|
-
"expo-device": "~
|
|
42
|
-
"expo-document-picker": "~
|
|
43
|
-
"expo-file-system": "~
|
|
44
|
-
"expo-font": "~
|
|
45
|
-
"expo-gl": "~
|
|
46
|
-
"expo-glass-effect": "~
|
|
20
|
+
"expo-app-metrics": "~57.0.0",
|
|
21
|
+
"expo-apple-authentication": "~57.0.0",
|
|
22
|
+
"expo-application": "~57.0.0",
|
|
23
|
+
"expo-asset": "~57.0.0",
|
|
24
|
+
"expo-audio": "~57.0.0",
|
|
25
|
+
"expo-auth-session": "~57.0.0",
|
|
26
|
+
"expo-background-fetch": "~57.0.0",
|
|
27
|
+
"expo-background-task": "~57.0.0",
|
|
28
|
+
"expo-battery": "~57.0.0",
|
|
29
|
+
"expo-blur": "~57.0.0",
|
|
30
|
+
"expo-brightness": "~57.0.0",
|
|
31
|
+
"expo-brownfield": "~57.0.0",
|
|
32
|
+
"expo-build-properties": "~57.0.0",
|
|
33
|
+
"expo-calendar": "~57.0.0",
|
|
34
|
+
"expo-camera": "~57.0.0",
|
|
35
|
+
"expo-cellular": "~57.0.0",
|
|
36
|
+
"expo-checkbox": "~57.0.0",
|
|
37
|
+
"expo-clipboard": "~57.0.0",
|
|
38
|
+
"expo-constants": "~57.0.0",
|
|
39
|
+
"expo-contacts": "~57.0.0",
|
|
40
|
+
"expo-crypto": "~57.0.0",
|
|
41
|
+
"expo-dev-client": "~57.0.0",
|
|
42
|
+
"expo-device": "~57.0.0",
|
|
43
|
+
"expo-document-picker": "~57.0.0",
|
|
44
|
+
"expo-file-system": "~57.0.0",
|
|
45
|
+
"expo-font": "~57.0.0",
|
|
46
|
+
"expo-gl": "~57.0.0",
|
|
47
|
+
"expo-glass-effect": "~57.0.0",
|
|
47
48
|
"expo-google-app-auth": "~8.3.0",
|
|
48
|
-
"expo-haptics": "~
|
|
49
|
-
"expo-image": "~
|
|
50
|
-
"expo-image-loader": "~
|
|
51
|
-
"expo-image-manipulator": "~
|
|
52
|
-
"expo-image-picker": "~
|
|
53
|
-
"expo-intent-launcher": "~
|
|
54
|
-
"expo-insights": "~
|
|
55
|
-
"expo-keep-awake": "~
|
|
56
|
-
"expo-linear-gradient": "~
|
|
57
|
-
"expo-linking": "~
|
|
58
|
-
"expo-local-authentication": "~
|
|
59
|
-
"expo-localization": "~
|
|
60
|
-
"expo-location": "~
|
|
61
|
-
"expo-mail-composer": "~
|
|
62
|
-
"expo-manifests": "~
|
|
63
|
-
"expo-maps": "~
|
|
49
|
+
"expo-haptics": "~57.0.0",
|
|
50
|
+
"expo-image": "~57.0.0",
|
|
51
|
+
"expo-image-loader": "~57.0.0",
|
|
52
|
+
"expo-image-manipulator": "~57.0.0",
|
|
53
|
+
"expo-image-picker": "~57.0.0",
|
|
54
|
+
"expo-intent-launcher": "~57.0.0",
|
|
55
|
+
"expo-insights": "~57.0.0",
|
|
56
|
+
"expo-keep-awake": "~57.0.0",
|
|
57
|
+
"expo-linear-gradient": "~57.0.0",
|
|
58
|
+
"expo-linking": "~57.0.0",
|
|
59
|
+
"expo-local-authentication": "~57.0.0",
|
|
60
|
+
"expo-localization": "~57.0.0",
|
|
61
|
+
"expo-location": "~57.0.0",
|
|
62
|
+
"expo-mail-composer": "~57.0.0",
|
|
63
|
+
"expo-manifests": "~57.0.0",
|
|
64
|
+
"expo-maps": "~57.0.0",
|
|
64
65
|
"expo-mcp": "~0.2.1",
|
|
65
|
-
"expo-media-library": "~
|
|
66
|
-
"expo-mesh-gradient": "~
|
|
67
|
-
"expo-module-template": "~
|
|
68
|
-
"expo-modules-core": "~
|
|
69
|
-
"expo-navigation-bar": "~
|
|
70
|
-
"expo-network": "~
|
|
71
|
-
"expo-notifications": "~
|
|
72
|
-
"expo-observe": "~
|
|
73
|
-
"expo-print": "~
|
|
74
|
-
"expo-live-photo": "~
|
|
75
|
-
"expo-router": "~
|
|
76
|
-
"expo-screen-capture": "~
|
|
77
|
-
"expo-screen-orientation": "~
|
|
78
|
-
"expo-secure-store": "~
|
|
79
|
-
"expo-sensors": "~
|
|
80
|
-
"expo-server": "~
|
|
81
|
-
"expo-sharing": "~
|
|
82
|
-
"expo-sms": "~
|
|
83
|
-
"expo-speech": "~
|
|
84
|
-
"expo-splash-screen": "~
|
|
85
|
-
"expo-sqlite": "~
|
|
86
|
-
"expo-status-bar": "~
|
|
87
|
-
"expo-store-review": "~
|
|
88
|
-
"expo-symbols": "~
|
|
89
|
-
"expo-system-ui": "~
|
|
90
|
-
"expo-task-manager": "~
|
|
91
|
-
"expo-tracking-transparency": "~
|
|
92
|
-
"expo-updates": "~
|
|
93
|
-
"expo-video-thumbnails": "~
|
|
94
|
-
"expo-video": "~
|
|
95
|
-
"expo-web-browser": "~
|
|
96
|
-
"expo-widgets": "~
|
|
97
|
-
"jest-expo": "~
|
|
98
|
-
"lottie-react-native": "~7.3.
|
|
66
|
+
"expo-media-library": "~57.0.0",
|
|
67
|
+
"expo-mesh-gradient": "~57.0.0",
|
|
68
|
+
"expo-module-template": "~57.0.0",
|
|
69
|
+
"expo-modules-core": "~57.0.0",
|
|
70
|
+
"expo-navigation-bar": "~57.0.0",
|
|
71
|
+
"expo-network": "~57.0.0",
|
|
72
|
+
"expo-notifications": "~57.0.0",
|
|
73
|
+
"expo-observe": "~57.0.0",
|
|
74
|
+
"expo-print": "~57.0.0",
|
|
75
|
+
"expo-live-photo": "~57.0.0",
|
|
76
|
+
"expo-router": "~57.0.0",
|
|
77
|
+
"expo-screen-capture": "~57.0.0",
|
|
78
|
+
"expo-screen-orientation": "~57.0.0",
|
|
79
|
+
"expo-secure-store": "~57.0.0",
|
|
80
|
+
"expo-sensors": "~57.0.0",
|
|
81
|
+
"expo-server": "~57.0.0",
|
|
82
|
+
"expo-sharing": "~57.0.0",
|
|
83
|
+
"expo-sms": "~57.0.0",
|
|
84
|
+
"expo-speech": "~57.0.0",
|
|
85
|
+
"expo-splash-screen": "~57.0.0",
|
|
86
|
+
"expo-sqlite": "~57.0.0",
|
|
87
|
+
"expo-status-bar": "~57.0.0",
|
|
88
|
+
"expo-store-review": "~57.0.0",
|
|
89
|
+
"expo-symbols": "~57.0.0",
|
|
90
|
+
"expo-system-ui": "~57.0.0",
|
|
91
|
+
"expo-task-manager": "~57.0.0",
|
|
92
|
+
"expo-tracking-transparency": "~57.0.0",
|
|
93
|
+
"expo-updates": "~57.0.0",
|
|
94
|
+
"expo-video-thumbnails": "~57.0.0",
|
|
95
|
+
"expo-video": "~57.0.0",
|
|
96
|
+
"expo-web-browser": "~57.0.0",
|
|
97
|
+
"expo-widgets": "~57.0.0",
|
|
98
|
+
"jest-expo": "~57.0.0",
|
|
99
|
+
"lottie-react-native": "~7.3.8",
|
|
99
100
|
"react": "19.2.3",
|
|
100
101
|
"react-dom": "19.2.3",
|
|
101
|
-
"react-native": "0.
|
|
102
|
+
"react-native": "0.86.0",
|
|
102
103
|
"react-native-web": "~0.21.0",
|
|
103
|
-
"react-native-gesture-handler": "~2.
|
|
104
|
+
"react-native-gesture-handler": "~2.32.0",
|
|
104
105
|
"react-native-get-random-values": "~1.11.0",
|
|
105
|
-
"react-native-keyboard-controller": "1.21.
|
|
106
|
+
"react-native-keyboard-controller": "1.21.9",
|
|
106
107
|
"react-native-maps": "1.27.2",
|
|
107
|
-
"react-native-pager-view": "8.0.
|
|
108
|
-
"react-native-worklets": "0.
|
|
109
|
-
"react-native-reanimated": "4.
|
|
108
|
+
"react-native-pager-view": "8.0.2",
|
|
109
|
+
"react-native-worklets": "0.10.0",
|
|
110
|
+
"react-native-reanimated": "4.5.0",
|
|
110
111
|
"react-native-screens": "4.25.2",
|
|
111
112
|
"react-native-safe-area-context": "~5.7.0",
|
|
112
113
|
"react-native-svg": "15.15.4",
|
|
@@ -114,7 +115,7 @@
|
|
|
114
115
|
"react-native-webview": "13.16.1",
|
|
115
116
|
"react-server-dom-webpack": "~19.2.4",
|
|
116
117
|
"sentry-expo": "~7.0.0",
|
|
117
|
-
"unimodules-app-loader": "~
|
|
118
|
+
"unimodules-app-loader": "~57.0.0",
|
|
118
119
|
"unimodules-image-loader-interface": "~6.1.0",
|
|
119
120
|
"@shopify/react-native-skia": "2.6.2",
|
|
120
121
|
"@shopify/flash-list": "2.0.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "57.0.0-preview.0",
|
|
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": "^
|
|
72
|
-
"@expo/config": "~
|
|
73
|
-
"@expo/config-plugins": "~
|
|
74
|
-
"@expo/devtools": "~
|
|
75
|
-
"@expo/dom-webview": "~
|
|
76
|
-
"@expo/fingerprint": "^0.
|
|
77
|
-
"@expo/local-build-cache-provider": "^
|
|
78
|
-
"@expo/log-box": "^
|
|
71
|
+
"@expo/cli": "^57.0.0",
|
|
72
|
+
"@expo/config": "~57.0.0",
|
|
73
|
+
"@expo/config-plugins": "~57.0.0",
|
|
74
|
+
"@expo/devtools": "~57.0.0",
|
|
75
|
+
"@expo/dom-webview": "~57.0.0",
|
|
76
|
+
"@expo/fingerprint": "^0.20.0",
|
|
77
|
+
"@expo/local-build-cache-provider": "^57.0.0",
|
|
78
|
+
"@expo/log-box": "^57.0.0",
|
|
79
79
|
"@expo/metro": "~56.0.0",
|
|
80
|
-
"@expo/metro-config": "~
|
|
80
|
+
"@expo/metro-config": "~57.0.0",
|
|
81
81
|
"@ungap/structured-clone": "^1.3.0",
|
|
82
|
-
"babel-preset-expo": "~
|
|
83
|
-
"expo-asset": "~
|
|
84
|
-
"expo-constants": "~
|
|
85
|
-
"expo-file-system": "~
|
|
86
|
-
"expo-font": "~
|
|
87
|
-
"expo-keep-awake": "~
|
|
88
|
-
"expo-modules-autolinking": "~
|
|
89
|
-
"expo-modules-core": "~
|
|
82
|
+
"babel-preset-expo": "~57.0.0",
|
|
83
|
+
"expo-asset": "~57.0.0",
|
|
84
|
+
"expo-constants": "~57.0.0",
|
|
85
|
+
"expo-file-system": "~57.0.0",
|
|
86
|
+
"expo-font": "~57.0.0",
|
|
87
|
+
"expo-keep-awake": "~57.0.0",
|
|
88
|
+
"expo-modules-autolinking": "~57.0.0",
|
|
89
|
+
"expo-modules-core": "~57.0.0",
|
|
90
90
|
"pretty-format": "^29.7.0",
|
|
91
91
|
"react-refresh": "^0.14.2",
|
|
92
92
|
"whatwg-url-minimum": "^0.1.2"
|
|
@@ -97,12 +97,12 @@
|
|
|
97
97
|
"npm-run-all2": "^8.0.4",
|
|
98
98
|
"react": "19.2.3",
|
|
99
99
|
"react-dom": "19.2.3",
|
|
100
|
-
"react-native": "0.
|
|
100
|
+
"react-native": "0.86.0",
|
|
101
101
|
"rimraf": "^6.1.2",
|
|
102
102
|
"web-streams-polyfill": "^3.3.2",
|
|
103
|
-
"@expo/dom-webview": "
|
|
104
|
-
"expo-
|
|
105
|
-
"
|
|
103
|
+
"@expo/dom-webview": "57.0.0",
|
|
104
|
+
"@expo/metro-runtime": "57.0.0",
|
|
105
|
+
"expo-updates": "57.0.0"
|
|
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": "e3eb896c5fdcd89e0cded98ff4e35c9db12cc9c0",
|
|
143
143
|
"scripts": {
|
|
144
144
|
"build": "tsc",
|
|
145
145
|
"clean": "rimraf build",
|
package/template.tgz
CHANGED
|
Binary file
|