expo 52.0.0-preview.11 → 52.0.0-preview.13
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/build/Expo.d.ts +1 -1
- package/build/Expo.d.ts.map +1 -1
- package/bundledNativeModules.json +9 -10
- package/package.json +5 -5
- package/src/Expo.ts +2 -0
package/android/build.gradle
CHANGED
|
@@ -33,7 +33,7 @@ def getRNVersion() {
|
|
|
33
33
|
ensureDependeciesWereEvaluated(project)
|
|
34
34
|
|
|
35
35
|
group = 'host.exp.exponent'
|
|
36
|
-
version = '52.0.0-preview.
|
|
36
|
+
version = '52.0.0-preview.13'
|
|
37
37
|
|
|
38
38
|
buildscript {
|
|
39
39
|
// Simple helper that allows the root project to override versions declared by this library.
|
|
@@ -46,7 +46,7 @@ android {
|
|
|
46
46
|
namespace "expo.core"
|
|
47
47
|
defaultConfig {
|
|
48
48
|
versionCode 1
|
|
49
|
-
versionName "52.0.0-preview.
|
|
49
|
+
versionName "52.0.0-preview.13"
|
|
50
50
|
consumerProguardFiles("proguard-rules.pro")
|
|
51
51
|
}
|
|
52
52
|
testOptions {
|
package/build/Expo.d.ts
CHANGED
|
@@ -2,6 +2,6 @@ import './Expo.fx';
|
|
|
2
2
|
export { disableErrorHandling } from './errors/ExpoErrorManager';
|
|
3
3
|
export { default as registerRootComponent } from './launch/registerRootComponent';
|
|
4
4
|
export { isRunningInExpoGo, getExpoGoProjectConfig } from './environment/ExpoGo';
|
|
5
|
-
export { EventEmitter, SharedObject, SharedRef, NativeModule, requireNativeModule, requireOptionalNativeModule, reloadAppAsync, } from 'expo-modules-core';
|
|
5
|
+
export { EventEmitter, SharedObject, SharedRef, NativeModule, requireNativeModule, requireOptionalNativeModule, requireNativeViewManager as requireNativeView, registerWebModule, reloadAppAsync, } from 'expo-modules-core';
|
|
6
6
|
export { useEvent, useEventListener } from './hooks/useEvent';
|
|
7
7
|
//# sourceMappingURL=Expo.d.ts.map
|
package/build/Expo.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Expo.d.ts","sourceRoot":"","sources":["../src/Expo.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,CAAC;AAEnB,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAElF,OAAO,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAEjF,OAAO,EAEL,YAAY,EACZ,YAAY,EACZ,SAAS,EACT,YAAY,EAGZ,mBAAmB,EACnB,2BAA2B,EAC3B,cAAc,GACf,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"Expo.d.ts","sourceRoot":"","sources":["../src/Expo.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,CAAC;AAEnB,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAElF,OAAO,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAEjF,OAAO,EAEL,YAAY,EACZ,YAAY,EACZ,SAAS,EACT,YAAY,EAGZ,mBAAmB,EACnB,2BAA2B,EAC3B,wBAAwB,IAAI,iBAAiB,EAC7C,iBAAiB,EACjB,cAAc,GACf,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
"expo-auth-session": "~6.0.0",
|
|
22
22
|
"expo-av": "~15.0.1",
|
|
23
23
|
"expo-background-fetch": "~13.0.1",
|
|
24
|
-
"expo-barcode-scanner": "~14.0.1",
|
|
25
24
|
"expo-battery": "~9.0.1",
|
|
26
25
|
"expo-blur": "~14.0.1",
|
|
27
26
|
"expo-brightness": "~13.0.2",
|
|
@@ -34,7 +33,7 @@
|
|
|
34
33
|
"expo-constants": "~17.0.2",
|
|
35
34
|
"expo-contacts": "~14.0.1",
|
|
36
35
|
"expo-crypto": "~14.0.1",
|
|
37
|
-
"expo-dev-client": "~5.0.0-preview.
|
|
36
|
+
"expo-dev-client": "~5.0.0-preview.4",
|
|
38
37
|
"expo-device": "~7.0.1",
|
|
39
38
|
"expo-document-picker": "~13.0.1",
|
|
40
39
|
"expo-face-detector": "~13.0.1",
|
|
@@ -57,13 +56,13 @@
|
|
|
57
56
|
"expo-location": "~18.0.1",
|
|
58
57
|
"expo-mail-composer": "~14.0.1",
|
|
59
58
|
"expo-media-library": "~17.0.0",
|
|
60
|
-
"expo-module-template": "~10.15.
|
|
61
|
-
"expo-modules-core": "~2.0.0-preview.
|
|
59
|
+
"expo-module-template": "~10.15.5",
|
|
60
|
+
"expo-modules-core": "~2.0.0-preview.8",
|
|
62
61
|
"expo-navigation-bar": "~4.0.2",
|
|
63
62
|
"expo-network": "~7.0.0",
|
|
64
63
|
"expo-notifications": "~0.29.4",
|
|
65
64
|
"expo-print": "~14.0.2",
|
|
66
|
-
"expo-router": "~4.0.0-preview.
|
|
65
|
+
"expo-router": "~4.0.0-preview.8",
|
|
67
66
|
"expo-screen-capture": "~7.0.0",
|
|
68
67
|
"expo-screen-orientation": "~8.0.0",
|
|
69
68
|
"expo-secure-store": "~14.0.0",
|
|
@@ -71,19 +70,19 @@
|
|
|
71
70
|
"expo-sharing": "~13.0.0",
|
|
72
71
|
"expo-sms": "~13.0.0",
|
|
73
72
|
"expo-speech": "~13.0.0",
|
|
74
|
-
"expo-splash-screen": "~0.
|
|
73
|
+
"expo-splash-screen": "~0.29.0",
|
|
75
74
|
"expo-sqlite": "~15.0.1",
|
|
76
75
|
"expo-status-bar": "~2.0.0",
|
|
77
76
|
"expo-store-review": "~8.0.0",
|
|
78
77
|
"expo-symbols": "~0.2.0",
|
|
79
78
|
"expo-system-ui": "~4.0.2",
|
|
80
|
-
"expo-task-manager": "~12.0.
|
|
79
|
+
"expo-task-manager": "~12.0.1",
|
|
81
80
|
"expo-tracking-transparency": "~5.0.0",
|
|
82
|
-
"expo-updates": "~0.26.
|
|
81
|
+
"expo-updates": "~0.26.3",
|
|
83
82
|
"expo-video-thumbnails": "~9.0.0",
|
|
84
83
|
"expo-video": "~2.0.0-preview.0",
|
|
85
84
|
"expo-web-browser": "~14.0.0",
|
|
86
|
-
"jest-expo": "~52.0.0-preview.
|
|
85
|
+
"jest-expo": "~52.0.0-preview.3",
|
|
87
86
|
"lottie-react-native": "7.0.0",
|
|
88
87
|
"react": "18.3.1",
|
|
89
88
|
"react-dom": "18.3.1",
|
|
@@ -94,7 +93,7 @@
|
|
|
94
93
|
"react-native-maps": "1.18.0",
|
|
95
94
|
"react-native-pager-view": "6.4.1",
|
|
96
95
|
"react-native-reanimated": "~3.16.1",
|
|
97
|
-
"react-native-screens": "4.0.0-beta.
|
|
96
|
+
"react-native-screens": "4.0.0-beta.16",
|
|
98
97
|
"react-native-safe-area-context": "4.12.0",
|
|
99
98
|
"react-native-svg": "15.8.0",
|
|
100
99
|
"react-native-view-shot": "3.8.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "52.0.0-preview.
|
|
3
|
+
"version": "52.0.0-preview.13",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "src/Expo.ts",
|
|
6
6
|
"module": "src/Expo.ts",
|
|
@@ -66,18 +66,18 @@
|
|
|
66
66
|
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"@babel/runtime": "^7.20.0",
|
|
69
|
-
"@expo/cli": "0.19.
|
|
69
|
+
"@expo/cli": "0.19.9",
|
|
70
70
|
"@expo/config": "10.0.2",
|
|
71
71
|
"@expo/config-plugins": "9.0.4",
|
|
72
72
|
"@expo/metro-config": "0.19.0-preview.2",
|
|
73
73
|
"@expo/vector-icons": "^14.0.0",
|
|
74
|
-
"babel-preset-expo": "~12.0.0-preview.
|
|
74
|
+
"babel-preset-expo": "~12.0.0-preview.4",
|
|
75
75
|
"expo-asset": "~11.0.0",
|
|
76
76
|
"expo-file-system": "~18.0.0",
|
|
77
77
|
"expo-font": "~13.0.0",
|
|
78
78
|
"expo-keep-awake": "~14.0.1",
|
|
79
79
|
"expo-modules-autolinking": "2.0.0-preview.2",
|
|
80
|
-
"expo-modules-core": "2.0.0-preview.
|
|
80
|
+
"expo-modules-core": "2.0.0-preview.8",
|
|
81
81
|
"fbemitter": "^3.0.0",
|
|
82
82
|
"web-streams-polyfill": "^3.3.2",
|
|
83
83
|
"whatwg-url-without-unicode": "8.0.0-3"
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"optional": true
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "1f7a56b5a5bcef23ac6e55b16db53077f6a4065c"
|
|
112
112
|
}
|