expo 52.0.36 → 52.0.37

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.
@@ -33,7 +33,7 @@ def getRNVersion() {
33
33
  ensureDependeciesWereEvaluated(project)
34
34
 
35
35
  group = 'host.exp.exponent'
36
- version = '52.0.36'
36
+ version = '52.0.37'
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.36"
49
+ versionName "52.0.37"
50
50
  consumerProguardFiles("proguard-rules.pro")
51
51
  }
52
52
  testOptions {
@@ -1 +1 @@
1
- {"version":3,"file":"webview-wrapper.d.ts","sourceRoot":"","sources":["../../src/dom/webview-wrapper.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAiB,QAAQ,EAA4B,MAAM,aAAa,CAAC;AAcrF,UAAU,KAAK;IACb,GAAG,CAAC,EAAE,QAAQ,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,QAAA,MAAM,UAAU,sEAoLd,CAAC;AAaH,wBAAgB,cAAc,CAAC,iBAAiB,EAAE,OAAO,OASxD;AAED,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"webview-wrapper.d.ts","sourceRoot":"","sources":["../../src/dom/webview-wrapper.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAiB,QAAQ,EAA4B,MAAM,aAAa,CAAC;AAcrF,UAAU,KAAK;IACb,GAAG,CAAC,EAAE,QAAQ,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,QAAA,MAAM,UAAU,sEAqLd,CAAC;AAaH,wBAAgB,cAAc,CAAC,iBAAiB,EAAE,OAAO,OASxD;AAED,eAAe,UAAU,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo",
3
- "version": "52.0.36",
3
+ "version": "52.0.37",
4
4
  "description": "The Expo SDK",
5
5
  "main": "src/Expo.ts",
6
6
  "module": "src/Expo.ts",
@@ -68,13 +68,13 @@
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": "0.22.17",
71
+ "@expo/cli": "0.22.18",
72
72
  "@expo/config": "~10.0.10",
73
73
  "@expo/config-plugins": "~9.0.15",
74
74
  "@expo/fingerprint": "0.11.11",
75
75
  "@expo/metro-config": "0.19.11",
76
76
  "@expo/vector-icons": "^14.0.0",
77
- "babel-preset-expo": "~12.0.8",
77
+ "babel-preset-expo": "~12.0.9",
78
78
  "expo-asset": "~11.0.4",
79
79
  "expo-constants": "~17.0.7",
80
80
  "expo-file-system": "~18.0.11",
@@ -112,5 +112,5 @@
112
112
  "optional": true
113
113
  }
114
114
  },
115
- "gitHead": "c01c449a1d6e6e8690bfcc88a778b46781a59674"
115
+ "gitHead": "15c64d1689ba79ef11b73e06bb4fffa1e4b1c1d2"
116
116
  }
@@ -97,6 +97,7 @@ const RawWebView = React.forwardRef<object, Props>(({ dom, filePath, ...marshalP
97
97
  originWhitelist: ['*'],
98
98
  allowFileAccess: true,
99
99
  allowFileAccessFromFileURLs: true,
100
+ allowingReadAccessToURL: 'file://',
100
101
  allowsAirPlayForMediaPlayback: true,
101
102
  allowsFullscreenVideo: true,
102
103
  onContentProcessDidTerminate: () => {