expo 56.0.0-preview.7 → 56.0.0-preview.8
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 +25 -25
- package/ios/AppDelegates/ExpoReactNativeFactory.mm +18 -3
- package/package.json +13 -13
- 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.8'
|
|
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.8"
|
|
25
25
|
consumerProguardFiles("proguard-rules.pro")
|
|
26
26
|
}
|
|
27
27
|
testOptions {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"@expo/fingerprint": "~0.17.4",
|
|
3
3
|
"@expo/metro-runtime": "~56.0.5",
|
|
4
4
|
"@expo/vector-icons": "^15.0.2",
|
|
5
|
-
"@expo/ui": "~56.0.
|
|
5
|
+
"@expo/ui": "~56.0.5",
|
|
6
6
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
7
7
|
"@react-native-community/datetimepicker": "9.1.0",
|
|
8
8
|
"@react-native-masked-view/masked-view": "0.3.2",
|
|
@@ -16,28 +16,28 @@
|
|
|
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": "~56.0.
|
|
19
|
+
"expo-app-metrics": "~56.0.6",
|
|
20
20
|
"expo-apple-authentication": "~56.0.3",
|
|
21
21
|
"expo-application": "~56.0.3",
|
|
22
|
-
"expo-asset": "~56.0.
|
|
23
|
-
"expo-audio": "~56.0.
|
|
22
|
+
"expo-asset": "~56.0.7",
|
|
23
|
+
"expo-audio": "~56.0.4",
|
|
24
24
|
"expo-auth-session": "~56.0.4",
|
|
25
|
-
"expo-background-fetch": "~56.0.
|
|
26
|
-
"expo-background-task": "~56.0.
|
|
25
|
+
"expo-background-fetch": "~56.0.6",
|
|
26
|
+
"expo-background-task": "~56.0.6",
|
|
27
27
|
"expo-battery": "~56.0.3",
|
|
28
28
|
"expo-blur": "~56.0.3",
|
|
29
29
|
"expo-brightness": "~56.0.3",
|
|
30
|
-
"expo-brownfield": "~56.0.
|
|
31
|
-
"expo-build-properties": "~56.0.
|
|
30
|
+
"expo-brownfield": "~56.0.6",
|
|
31
|
+
"expo-build-properties": "~56.0.6",
|
|
32
32
|
"expo-calendar": "~56.0.4",
|
|
33
33
|
"expo-camera": "~56.0.3",
|
|
34
34
|
"expo-cellular": "~56.0.3",
|
|
35
35
|
"expo-checkbox": "~56.0.1",
|
|
36
36
|
"expo-clipboard": "~56.0.3",
|
|
37
|
-
"expo-constants": "~56.0.
|
|
37
|
+
"expo-constants": "~56.0.7",
|
|
38
38
|
"expo-contacts": "~56.0.3",
|
|
39
39
|
"expo-crypto": "~56.0.3",
|
|
40
|
-
"expo-dev-client": "~56.0.
|
|
40
|
+
"expo-dev-client": "~56.0.6",
|
|
41
41
|
"expo-device": "~56.0.4",
|
|
42
42
|
"expo-document-picker": "~56.0.3",
|
|
43
43
|
"expo-file-system": "~56.0.4",
|
|
@@ -48,37 +48,37 @@
|
|
|
48
48
|
"expo-haptics": "~56.0.3",
|
|
49
49
|
"expo-image": "~56.0.4",
|
|
50
50
|
"expo-image-loader": "~56.0.3",
|
|
51
|
-
"expo-image-manipulator": "~56.0.
|
|
52
|
-
"expo-image-picker": "~56.0.
|
|
51
|
+
"expo-image-manipulator": "~56.0.6",
|
|
52
|
+
"expo-image-picker": "~56.0.6",
|
|
53
53
|
"expo-intent-launcher": "~56.0.3",
|
|
54
|
-
"expo-insights": "~56.0.
|
|
54
|
+
"expo-insights": "~56.0.6",
|
|
55
55
|
"expo-keep-awake": "~56.0.3",
|
|
56
56
|
"expo-linear-gradient": "~56.0.4",
|
|
57
57
|
"expo-linking": "~56.0.4",
|
|
58
58
|
"expo-local-authentication": "~56.0.3",
|
|
59
59
|
"expo-localization": "~56.0.3",
|
|
60
|
-
"expo-location": "~56.0.
|
|
60
|
+
"expo-location": "~56.0.6",
|
|
61
61
|
"expo-mail-composer": "~56.0.3",
|
|
62
62
|
"expo-manifests": "~56.0.2",
|
|
63
|
-
"expo-maps": "~56.0.
|
|
63
|
+
"expo-maps": "~56.0.4",
|
|
64
64
|
"expo-mcp": "~0.2.1",
|
|
65
65
|
"expo-media-library": "~56.0.3",
|
|
66
66
|
"expo-mesh-gradient": "~56.0.3",
|
|
67
67
|
"expo-module-template": "~56.0.3",
|
|
68
|
-
"expo-modules-core": "~56.0.
|
|
68
|
+
"expo-modules-core": "~56.0.6",
|
|
69
69
|
"expo-navigation-bar": "~56.0.3",
|
|
70
70
|
"expo-network": "~56.0.3",
|
|
71
|
-
"expo-notifications": "~56.0.
|
|
72
|
-
"expo-observe": "~56.0.
|
|
71
|
+
"expo-notifications": "~56.0.6",
|
|
72
|
+
"expo-observe": "~56.0.6",
|
|
73
73
|
"expo-print": "~56.0.3",
|
|
74
74
|
"expo-live-photo": "~56.0.3",
|
|
75
|
-
"expo-router": "~56.1.
|
|
75
|
+
"expo-router": "~56.1.2",
|
|
76
76
|
"expo-screen-capture": "~56.0.3",
|
|
77
77
|
"expo-screen-orientation": "~56.0.3",
|
|
78
78
|
"expo-secure-store": "~56.0.3",
|
|
79
79
|
"expo-sensors": "~56.0.3",
|
|
80
80
|
"expo-server": "~56.0.1",
|
|
81
|
-
"expo-sharing": "~56.0.
|
|
81
|
+
"expo-sharing": "~56.0.6",
|
|
82
82
|
"expo-sms": "~56.0.3",
|
|
83
83
|
"expo-speech": "~56.0.3",
|
|
84
84
|
"expo-splash-screen": "~56.0.4",
|
|
@@ -87,13 +87,13 @@
|
|
|
87
87
|
"expo-store-review": "~56.0.3",
|
|
88
88
|
"expo-symbols": "~56.0.5",
|
|
89
89
|
"expo-system-ui": "~56.0.4",
|
|
90
|
-
"expo-task-manager": "~56.0.
|
|
90
|
+
"expo-task-manager": "~56.0.6",
|
|
91
91
|
"expo-tracking-transparency": "~56.0.3",
|
|
92
|
-
"expo-updates": "~56.0.
|
|
92
|
+
"expo-updates": "~56.0.7",
|
|
93
93
|
"expo-video-thumbnails": "~56.0.3",
|
|
94
94
|
"expo-video": "~56.1.0",
|
|
95
95
|
"expo-web-browser": "~56.0.4",
|
|
96
|
-
"expo-widgets": "~56.0.
|
|
96
|
+
"expo-widgets": "~56.0.6",
|
|
97
97
|
"jest-expo": "~56.0.0",
|
|
98
98
|
"lottie-react-native": "~7.3.4",
|
|
99
99
|
"react": "19.2.3",
|
|
@@ -106,8 +106,8 @@
|
|
|
106
106
|
"react-native-maps": "1.27.2",
|
|
107
107
|
"react-native-pager-view": "8.0.1",
|
|
108
108
|
"react-native-worklets": "0.8.3",
|
|
109
|
-
"react-native-reanimated": "4.3.
|
|
110
|
-
"react-native-screens": "4.25.0
|
|
109
|
+
"react-native-reanimated": "4.3.1",
|
|
110
|
+
"react-native-screens": "4.25.0",
|
|
111
111
|
"react-native-safe-area-context": "~5.7.0",
|
|
112
112
|
"react-native-svg": "15.15.4",
|
|
113
113
|
"react-native-view-shot": "4.0.3",
|
|
@@ -19,6 +19,8 @@
|
|
|
19
19
|
#import "ExpoModulesCore-Swift.h"
|
|
20
20
|
#endif
|
|
21
21
|
#import <ReactCommon/RCTHost.h>
|
|
22
|
+
#import <react/renderer/runtimescheduler/RuntimeSchedulerBinding.h>
|
|
23
|
+
#import <ExpoModulesCore/EXReactSchedulerDispatch.h>
|
|
22
24
|
|
|
23
25
|
@implementation EXReactNativeFactory {
|
|
24
26
|
EXAppContext *_appContext;
|
|
@@ -31,11 +33,24 @@
|
|
|
31
33
|
{
|
|
32
34
|
_appContext = [[EXAppContext alloc] init];
|
|
33
35
|
|
|
34
|
-
//
|
|
35
|
-
|
|
36
|
+
// Resolve the React runtime scheduler so ExpoModulesJSI can dispatch work onto
|
|
37
|
+
// the JS thread. Doing it here (rather than inside the xcframework) keeps
|
|
38
|
+
// React-runtimescheduler symbols out of the prebuilt ExpoModulesJSI.framework
|
|
39
|
+
// — important for source-built RN, where those symbols are hidden after link
|
|
40
|
+
// and unreachable via -undefined dynamic_lookup.
|
|
41
|
+
//
|
|
42
|
+
// If RN didn't install a RuntimeSchedulerBinding for some reason, pass nullptr
|
|
43
|
+
// for both — AppContext.setRuntime falls back to a synchronous no-op scheduler
|
|
44
|
+
// so the app still launches; modules that require async dispatch can gate on
|
|
45
|
+
// `JavaScriptRuntime.supportsAsyncScheduling`.
|
|
46
|
+
auto binding = facebook::react::RuntimeSchedulerBinding::getBinding(runtime);
|
|
47
|
+
auto scheduler = binding ? binding->getRuntimeScheduler() : nullptr;
|
|
48
|
+
|
|
49
|
+
[_appContext setRuntime:&runtime
|
|
50
|
+
scheduler:scheduler.get()
|
|
51
|
+
dispatch:scheduler ? reinterpret_cast<const void *>(&expo::dispatchOnReactScheduler) : nullptr];
|
|
36
52
|
[_appContext setHostWrapper:[[EXHostWrapper alloc] initWithHost:host]];
|
|
37
53
|
|
|
38
|
-
|
|
39
54
|
[_appContext registerNativeModules];
|
|
40
55
|
}
|
|
41
56
|
|
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.8",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "src/Expo.ts",
|
|
6
6
|
"module": "src/Expo.ts",
|
|
@@ -68,26 +68,26 @@
|
|
|
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": "^56.1.
|
|
71
|
+
"@expo/cli": "^56.1.1",
|
|
72
72
|
"@expo/config": "~56.0.3",
|
|
73
73
|
"@expo/config-plugins": "~56.0.3",
|
|
74
74
|
"@expo/devtools": "~56.0.2",
|
|
75
75
|
"@expo/dom-webview": "~56.0.4",
|
|
76
76
|
"@expo/fingerprint": "^0.17.4",
|
|
77
|
-
"@expo/local-build-cache-provider": "^56.0.
|
|
78
|
-
"@expo/log-box": "^56.0.
|
|
77
|
+
"@expo/local-build-cache-provider": "^56.0.3",
|
|
78
|
+
"@expo/log-box": "^56.0.7",
|
|
79
79
|
"@expo/metro": "~56.0.0",
|
|
80
|
-
"@expo/metro-config": "~56.0.
|
|
80
|
+
"@expo/metro-config": "~56.0.6",
|
|
81
81
|
"@expo/vector-icons": "^15.0.2",
|
|
82
82
|
"@ungap/structured-clone": "^1.3.0",
|
|
83
|
-
"babel-preset-expo": "~56.0.
|
|
84
|
-
"expo-asset": "~56.0.
|
|
85
|
-
"expo-constants": "~56.0.
|
|
83
|
+
"babel-preset-expo": "~56.0.6",
|
|
84
|
+
"expo-asset": "~56.0.7",
|
|
85
|
+
"expo-constants": "~56.0.7",
|
|
86
86
|
"expo-file-system": "~56.0.4",
|
|
87
87
|
"expo-font": "~56.0.3",
|
|
88
88
|
"expo-keep-awake": "~56.0.3",
|
|
89
|
-
"expo-modules-autolinking": "~56.0.
|
|
90
|
-
"expo-modules-core": "~56.0.
|
|
89
|
+
"expo-modules-autolinking": "~56.0.4",
|
|
90
|
+
"expo-modules-core": "~56.0.6",
|
|
91
91
|
"pretty-format": "^29.7.0",
|
|
92
92
|
"react-refresh": "^0.14.2",
|
|
93
93
|
"whatwg-url-minimum": "^0.1.2"
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
"rimraf": "^6.1.2",
|
|
103
103
|
"web-streams-polyfill": "^3.3.2",
|
|
104
104
|
"@expo/dom-webview": "56.0.4",
|
|
105
|
-
"expo-
|
|
106
|
-
"
|
|
105
|
+
"@expo/metro-runtime": "56.0.5",
|
|
106
|
+
"expo-updates": "56.0.7"
|
|
107
107
|
},
|
|
108
108
|
"peerDependencies": {
|
|
109
109
|
"@expo/dom-webview": "*",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"scripts/resolveAppEntry.js"
|
|
141
141
|
]
|
|
142
142
|
},
|
|
143
|
-
"gitHead": "
|
|
143
|
+
"gitHead": "42013232893cb2aa71ab218e9b422d4a8476b3f0",
|
|
144
144
|
"scripts": {
|
|
145
145
|
"build": "tsc",
|
|
146
146
|
"clean": "rimraf build",
|
package/template.tgz
CHANGED
|
Binary file
|