expo 53.0.9 → 53.0.10

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.
@@ -32,7 +32,7 @@ buildscript {
32
32
  def reactNativeVersion = project.extensions.getByType(ExpoModuleExtension).reactNativeVersion
33
33
 
34
34
  group = 'host.exp.exponent'
35
- version = '53.0.9'
35
+ version = '53.0.10'
36
36
 
37
37
  expoModule {
38
38
  // We can't prebuild the module because it depends on the generated files.
@@ -43,7 +43,7 @@ android {
43
43
  namespace "expo.core"
44
44
  defaultConfig {
45
45
  versionCode 1
46
- versionName "53.0.9"
46
+ versionName "53.0.10"
47
47
  consumerProguardFiles("proguard-rules.pro")
48
48
  }
49
49
  testOptions {
@@ -68,8 +68,12 @@ object ExpoReactHostFactory {
68
68
  get() = reactNativeHostWrapper.packages
69
69
 
70
70
  override fun handleInstanceException(error: Exception) {
71
+ val handlers = reactNativeHostWrapper.reactNativeHostHandlers
72
+ if (handlers.isEmpty()) {
73
+ throw error
74
+ }
71
75
  val useDeveloperSupport = reactNativeHostWrapper.useDeveloperSupport
72
- reactNativeHostWrapper.reactNativeHostHandlers.forEach { handler ->
76
+ handlers.forEach { handler ->
73
77
  handler.onReactInstanceException(useDeveloperSupport, error)
74
78
  }
75
79
  }
@@ -15,6 +15,9 @@ export declare class FetchResponse extends ConcreteNativeResponse implements Res
15
15
  get headers(): Headers;
16
16
  get ok(): boolean;
17
17
  readonly type = "default";
18
+ /**
19
+ * This method is not currently supported by react-native's Blob constructor.
20
+ */
18
21
  blob(): Promise<Blob>;
19
22
  formData(): Promise<UniversalFormData>;
20
23
  json(): Promise<any>;
@@ -1 +1 @@
1
- {"version":3,"file":"FetchResponse.d.ts","sourceRoot":"","sources":["../../../src/winter/fetch/FetchResponse.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAEtD,QAAA,MAAM,sBAAsB,EAAqC,OAAO,cAAc,CAAC;AACvF,MAAM,MAAM,gCAAgC,GAAG,MAAM,IAAI,CAAC;AAI1D,KAAK,UAAU,GAAG,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;AACvE,KAAK,iBAAiB,GAAG,UAAU,CAAC,QAAQ,GAAG,UAAU,CAAC;AAE1D;;GAEG;AACH,qBAAa,aAAc,SAAQ,sBAAuB,YAAW,QAAQ;IAI/D,OAAO,CAAC,QAAQ,CAAC,oBAAoB;IAHjD,OAAO,CAAC,cAAc,CAA4C;IAClE,OAAO,CAAC,UAAU,CAA2C;gBAEhC,oBAAoB,EAAE,gCAAgC;IAKnF,IAAI,IAAI,IAAI,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAuD5C;IAED,IAAI,OAAO,IAAI,OAAO,CAErB;IAED,IAAI,EAAE,IAAI,OAAO,CAEhB;IAED,SAAgB,IAAI,aAAa;IAE3B,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAKrB,QAAQ,IAAI,OAAO,CAAC,iBAAiB,CAAC;IAYtC,IAAI,IAAI,OAAO,CAAC,GAAG,CAAC;IAKpB,KAAK,IAAI,OAAO,CAAC,UAAU,CAAC;IAIlC,QAAQ,IAAI,MAAM;IAIlB,MAAM,IAAI,MAAM;IAShB,KAAK,IAAI,QAAQ;IAIjB,OAAO,CAAC,QAAQ,CAQd;CACH"}
1
+ {"version":3,"file":"FetchResponse.d.ts","sourceRoot":"","sources":["../../../src/winter/fetch/FetchResponse.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAEtD,QAAA,MAAM,sBAAsB,EAAqC,OAAO,cAAc,CAAC;AACvF,MAAM,MAAM,gCAAgC,GAAG,MAAM,IAAI,CAAC;AAI1D,KAAK,UAAU,GAAG,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;AACvE,KAAK,iBAAiB,GAAG,UAAU,CAAC,QAAQ,GAAG,UAAU,CAAC;AAE1D;;GAEG;AACH,qBAAa,aAAc,SAAQ,sBAAuB,YAAW,QAAQ;IAI/D,OAAO,CAAC,QAAQ,CAAC,oBAAoB;IAHjD,OAAO,CAAC,cAAc,CAA4C;IAClE,OAAO,CAAC,UAAU,CAA2C;gBAEhC,oBAAoB,EAAE,gCAAgC;IAKnF,IAAI,IAAI,IAAI,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAuD5C;IAED,IAAI,OAAO,IAAI,OAAO,CAErB;IAED,IAAI,EAAE,IAAI,OAAO,CAEhB;IAED,SAAgB,IAAI,aAAa;IAEjC;;OAEG;IACG,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAKrB,QAAQ,IAAI,OAAO,CAAC,iBAAiB,CAAC;IAYtC,IAAI,IAAI,OAAO,CAAC,GAAG,CAAC;IAKpB,KAAK,IAAI,OAAO,CAAC,UAAU,CAAC;IAIlC,QAAQ,IAAI,MAAM;IAIlB,MAAM,IAAI,MAAM;IAShB,KAAK,IAAI,QAAQ;IAIjB,OAAO,CAAC,QAAQ,CAQd;CACH"}
@@ -2,7 +2,7 @@
2
2
  "@expo/fingerprint": "~0.12.4",
3
3
  "@expo/metro-runtime": "~5.0.4",
4
4
  "@expo/vector-icons": "^14.1.0",
5
- "@expo/ui": "~0.1.1-alpha.7",
5
+ "@expo/ui": "~0.1.1-alpha.8",
6
6
  "@react-native-async-storage/async-storage": "2.1.2",
7
7
  "@react-native-community/datetimepicker": "8.3.0",
8
8
  "@react-native-masked-view/masked-view": "0.3.2",
@@ -19,9 +19,9 @@
19
19
  "expo-apple-authentication": "~7.2.4",
20
20
  "expo-application": "~6.1.4",
21
21
  "expo-asset": "~11.1.5",
22
- "expo-audio": "~0.4.5",
23
- "expo-auth-session": "~6.1.5",
24
- "expo-av": "~15.1.4",
22
+ "expo-audio": "~0.4.6",
23
+ "expo-auth-session": "~6.2.0",
24
+ "expo-av": "~15.1.5",
25
25
  "expo-background-fetch": "~13.1.5",
26
26
  "expo-background-task": "~0.2.7",
27
27
  "expo-battery": "~9.1.4",
@@ -29,14 +29,14 @@
29
29
  "expo-brightness": "~13.1.4",
30
30
  "expo-build-properties": "~0.14.6",
31
31
  "expo-calendar": "~14.1.4",
32
- "expo-camera": "~16.1.6",
32
+ "expo-camera": "~16.1.7",
33
33
  "expo-cellular": "~7.1.4",
34
34
  "expo-checkbox": "~4.1.4",
35
35
  "expo-clipboard": "~7.1.4",
36
36
  "expo-constants": "~17.1.6",
37
- "expo-contacts": "~14.2.4",
37
+ "expo-contacts": "~14.2.5",
38
38
  "expo-crypto": "~14.1.4",
39
- "expo-dev-client": "~5.1.8",
39
+ "expo-dev-client": "~5.2.0",
40
40
  "expo-device": "~7.1.4",
41
41
  "expo-document-picker": "~13.1.5",
42
42
  "expo-file-system": "~18.1.10",
@@ -44,7 +44,7 @@
44
44
  "expo-gl": "~15.1.5",
45
45
  "expo-google-app-auth": "~8.3.0",
46
46
  "expo-haptics": "~14.1.4",
47
- "expo-image": "~2.1.7",
47
+ "expo-image": "~2.2.0",
48
48
  "expo-image-loader": "~5.1.0",
49
49
  "expo-image-manipulator": "~13.1.7",
50
50
  "expo-image-picker": "~16.1.4",
@@ -59,40 +59,40 @@
59
59
  "expo-mail-composer": "~14.1.4",
60
60
  "expo-manifests": "~0.16.5",
61
61
  "expo-maps": "~0.10.0",
62
- "expo-media-library": "~17.1.6",
62
+ "expo-media-library": "~17.1.7",
63
63
  "expo-mesh-gradient": "~0.3.4",
64
64
  "expo-module-template": "~10.16.6",
65
- "expo-modules-core": "~2.3.13",
66
- "expo-navigation-bar": "~4.2.4",
65
+ "expo-modules-core": "~2.4.0",
66
+ "expo-navigation-bar": "~4.2.5",
67
67
  "expo-network": "~7.1.5",
68
- "expo-notifications": "~0.31.2",
68
+ "expo-notifications": "~0.31.3",
69
69
  "expo-print": "~14.1.4",
70
70
  "expo-live-photo": "~0.1.4",
71
- "expo-router": "~5.0.6",
71
+ "expo-router": "~5.0.7",
72
72
  "expo-screen-capture": "~7.1.4",
73
- "expo-screen-orientation": "~8.1.6",
73
+ "expo-screen-orientation": "~8.1.7",
74
74
  "expo-secure-store": "~14.2.3",
75
75
  "expo-sensors": "~14.1.4",
76
76
  "expo-sharing": "~13.1.5",
77
77
  "expo-sms": "~13.1.4",
78
78
  "expo-speech": "~13.1.7",
79
- "expo-splash-screen": "~0.30.8",
80
- "expo-sqlite": "~15.2.10",
79
+ "expo-splash-screen": "~0.30.9",
80
+ "expo-sqlite": "~15.2.11",
81
81
  "expo-status-bar": "~2.2.3",
82
82
  "expo-store-review": "~8.1.5",
83
- "expo-symbols": "~0.4.4",
84
- "expo-system-ui": "~5.0.7",
83
+ "expo-symbols": "~0.4.5",
84
+ "expo-system-ui": "~5.0.8",
85
85
  "expo-task-manager": "~13.1.5",
86
86
  "expo-tracking-transparency": "~5.2.4",
87
- "expo-updates": "~0.28.13",
87
+ "expo-updates": "~0.28.14",
88
88
  "expo-video-thumbnails": "~9.1.3",
89
- "expo-video": "~2.1.9",
89
+ "expo-video": "~2.2.0",
90
90
  "expo-web-browser": "~14.1.6",
91
- "jest-expo": "~53.0.5",
91
+ "jest-expo": "~53.0.6",
92
92
  "lottie-react-native": "7.2.2",
93
93
  "react": "19.0.0",
94
94
  "react-dom": "19.0.0",
95
- "react-native": "0.79.2",
95
+ "react-native": "0.79.3",
96
96
  "react-native-web": "~0.20.0",
97
97
  "react-native-edge-to-edge": "1.6.0",
98
98
  "react-native-gesture-handler": "~2.24.0",
@@ -100,7 +100,7 @@
100
100
  "react-native-maps": "1.20.1",
101
101
  "react-native-pager-view": "6.7.1",
102
102
  "react-native-reanimated": "~3.17.4",
103
- "react-native-screens": "~4.10.0",
103
+ "react-native-screens": "~4.11.1",
104
104
  "react-native-safe-area-context": "5.4.0",
105
105
  "react-native-svg": "15.11.2",
106
106
  "react-native-view-shot": "4.0.3",
@@ -110,6 +110,6 @@
110
110
  "unimodules-image-loader-interface": "~6.1.0",
111
111
  "@shopify/react-native-skia": "v2.0.0-next.4",
112
112
  "@shopify/flash-list": "1.7.6",
113
- "@sentry/react-native": "~6.10.0",
113
+ "@sentry/react-native": "~6.14.0",
114
114
  "react-native-bootsplash": "^6.3.7"
115
115
  }
@@ -4,4 +4,10 @@ open class ExpoReactNativeFactoryDelegate: RCTDefaultReactNativeFactoryDelegate
4
4
  open override func customize(_ rootView: UIView) {
5
5
  ExpoAppDelegateSubscriberRepository.subscribers.forEach { $0.customizeRootView?(rootView) }
6
6
  }
7
+
8
+ open override func createRootViewController() -> UIViewController {
9
+ return ExpoAppDelegateSubscriberRepository.reactDelegateHandlers.lazy
10
+ .compactMap { $0.createRootViewController() }
11
+ .first(where: { _ in true }) ?? UIViewController()
12
+ }
7
13
  }
@@ -23,6 +23,7 @@ internal final class ExpoURLSessionTask: NSObject, URLSessionTaskDelegate, URLSe
23
23
  ) {
24
24
  var request = URLRequest(url: url)
25
25
  request.httpMethod = requestInit.method
26
+ request.timeoutInterval = 0
26
27
  if requestInit.credentials == .include {
27
28
  request.httpShouldHandleCookies = true
28
29
  if let cookies = HTTPCookieStorage.shared.cookies(for: url) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo",
3
- "version": "53.0.9",
3
+ "version": "53.0.10",
4
4
  "description": "The Expo SDK",
5
5
  "main": "src/Expo.ts",
6
6
  "module": "src/Expo.ts",
@@ -73,20 +73,20 @@
73
73
  "homepage": "https://github.com/expo/expo/tree/main/packages/expo",
74
74
  "dependencies": {
75
75
  "@babel/runtime": "^7.20.0",
76
- "@expo/cli": "0.24.13",
76
+ "@expo/cli": "0.24.14",
77
77
  "@expo/config": "~11.0.10",
78
78
  "@expo/config-plugins": "~10.0.2",
79
79
  "@expo/fingerprint": "0.12.4",
80
80
  "@expo/metro-config": "0.20.14",
81
81
  "@expo/vector-icons": "^14.0.0",
82
- "babel-preset-expo": "~13.1.11",
82
+ "babel-preset-expo": "~13.2.0",
83
83
  "expo-asset": "~11.1.5",
84
84
  "expo-constants": "~17.1.6",
85
85
  "expo-file-system": "~18.1.10",
86
86
  "expo-font": "~13.3.1",
87
87
  "expo-keep-awake": "~14.1.4",
88
88
  "expo-modules-autolinking": "2.1.10",
89
- "expo-modules-core": "2.3.13",
89
+ "expo-modules-core": "2.4.0",
90
90
  "react-native-edge-to-edge": "1.6.0",
91
91
  "whatwg-url-without-unicode": "8.0.0-3"
92
92
  },
@@ -97,7 +97,7 @@
97
97
  "expo-module-scripts": "^4.1.7",
98
98
  "react": "19.0.0",
99
99
  "react-dom": "19.0.0",
100
- "react-native": "0.79.2",
100
+ "react-native": "0.79.3",
101
101
  "web-streams-polyfill": "^3.3.2",
102
102
  "ws": "^8.18.0"
103
103
  },
@@ -119,5 +119,5 @@
119
119
  "optional": true
120
120
  }
121
121
  },
122
- "gitHead": "49c9d53cf0a9fc8179d1c8f5268beadd141f70ca"
122
+ "gitHead": "7638c800b57fe78f57cc7f129022f58e84a523c5"
123
123
  }
@@ -88,6 +88,9 @@ export class FetchResponse extends ConcreteNativeResponse implements Response {
88
88
 
89
89
  public readonly type = 'default';
90
90
 
91
+ /**
92
+ * This method is not currently supported by react-native's Blob constructor.
93
+ */
91
94
  async blob(): Promise<Blob> {
92
95
  const buffer = await this.arrayBuffer();
93
96
  return new Blob([buffer]);
@@ -13,21 +13,21 @@ declare module 'react-native' {
13
13
  /** @platform web */
14
14
  backdropFilter?: string;
15
15
  /** @platform web */
16
- animationDelay?: string;
16
+ animationDelay?: string | string[] | number | number[];
17
17
  /** @platform web */
18
- animationDirection?: string;
18
+ animationDirection?: string | string[];
19
19
  /** @platform web */
20
- animationDuration?: string;
20
+ animationDuration?: string | string[] | number | number[];
21
21
  /** @platform web */
22
- animationFillMode?: string;
22
+ animationFillMode?: string | string[];
23
23
  /** @platform web */
24
- animationName?: string | any[];
24
+ animationName?: string | Record<string, any> | (string | Record<string, any>)[];
25
25
  /** @platform web */
26
- animationIterationCount?: number | 'infinite';
26
+ animationIterationCount?: number | 'infinite' | (number | 'infinite')[];
27
27
  /** @platform web */
28
- animationPlayState?: string;
28
+ animationPlayState?: string | string[];
29
29
  /** @platform web */
30
- animationTimingFunction?: string;
30
+ animationTimingFunction?: string | string[];
31
31
  /** @platform web */
32
32
  backgroundAttachment?: string;
33
33
  /** @platform web */
@@ -99,13 +99,13 @@ declare module 'react-native' {
99
99
  /** @platform web */
100
100
  touchAction?: string;
101
101
  /** @platform web */
102
- transitionDelay?: string;
102
+ transitionDelay?: string | string[];
103
103
  /** @platform web */
104
- transitionDuration?: string;
104
+ transitionDuration?: string | string[];
105
105
  /** @platform web */
106
- transitionProperty?: string;
106
+ transitionProperty?: string | string[];
107
107
  /** @platform web */
108
- transitionTimingFunction?: string;
108
+ transitionTimingFunction?: string | Function | (string | Function)[];
109
109
  /** @platform web */
110
110
  userSelect?: string;
111
111
  /** @platform web */
@@ -132,21 +132,21 @@ declare module 'react-native' {
132
132
  /** @platform web */
133
133
  backdropFilter?: string;
134
134
  /** @platform web */
135
- animationDelay?: string;
135
+ animationDelay?: string | string[] | number | number[];
136
136
  /** @platform web */
137
- animationDirection?: string;
137
+ animationDirection?: string | string[];
138
138
  /** @platform web */
139
- animationDuration?: string;
139
+ animationDuration?: string | string[] | number | number[];
140
140
  /** @platform web */
141
- animationFillMode?: string;
141
+ animationFillMode?: string | string[];
142
142
  /** @platform web */
143
- animationName?: string | any[];
143
+ animationName?: string | Record<string, any> | (string | Record<string, any>)[];
144
144
  /** @platform web */
145
- animationIterationCount?: number | 'infinite';
145
+ animationIterationCount?: number | 'infinite' | (number | 'infinite')[];
146
146
  /** @platform web */
147
- animationPlayState?: string;
147
+ animationPlayState?: string | string[];
148
148
  /** @platform web */
149
- animationTimingFunction?: string;
149
+ animationTimingFunction?: string | string[];
150
150
  /** @platform web */
151
151
  backgroundAttachment?: string;
152
152
  /** @platform web */
@@ -218,13 +218,13 @@ declare module 'react-native' {
218
218
  /** @platform web */
219
219
  touchAction?: string;
220
220
  /** @platform web */
221
- transitionDelay?: string;
221
+ transitionDelay?: string | string[];
222
222
  /** @platform web */
223
- transitionDuration?: string;
223
+ transitionDuration?: string | string[];
224
224
  /** @platform web */
225
- transitionProperty?: string;
225
+ transitionProperty?: string | string[];
226
226
  /** @platform web */
227
- transitionTimingFunction?: string;
227
+ transitionTimingFunction?: string | Function | (string | Function)[];
228
228
  /** @platform web */
229
229
  userSelect?: string;
230
230
  /** @platform web */