expo 50.0.6 → 50.0.7

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.
@@ -44,7 +44,7 @@ def getRNVersion() {
44
44
  ensureDependeciesWereEvaluated(project)
45
45
 
46
46
  group = 'host.exp.exponent'
47
- version = '50.0.6'
47
+ version = '50.0.7'
48
48
 
49
49
  buildscript {
50
50
  // Simple helper that allows the root project to override versions declared by this library.
@@ -124,7 +124,7 @@ android {
124
124
  namespace "expo.core"
125
125
  defaultConfig {
126
126
  versionCode 1
127
- versionName "50.0.6"
127
+ versionName "50.0.7"
128
128
  consumerProguardFiles("proguard-rules.pro")
129
129
  }
130
130
  testOptions {
@@ -1,7 +1,7 @@
1
1
  import '../Expo.fx';
2
2
  import * as React from 'react';
3
3
  type InitialProps = {
4
- exp: {
4
+ exp?: {
5
5
  notification?: any;
6
6
  manifestString?: string;
7
7
  [key: string]: any;
@@ -1 +1 @@
1
- {"version":3,"file":"registerRootComponent.d.ts","sourceRoot":"","sources":["../../src/launch/registerRootComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,YAAY,CAAC;AAEpB,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,KAAK,YAAY,GAAG;IAClB,GAAG,EAAE;QACH,YAAY,CAAC,EAAE,GAAG,CAAC;QACnB,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KACpB,CAAC;IACF,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,CAAC,SAAS,YAAY,EAClE,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,GAChC,IAAI,CA6BN"}
1
+ {"version":3,"file":"registerRootComponent.d.ts","sourceRoot":"","sources":["../../src/launch/registerRootComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,YAAY,CAAC;AAEpB,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,KAAK,YAAY,GAAG;IAClB,GAAG,CAAC,EAAE;QACJ,YAAY,CAAC,EAAE,GAAG,CAAC;QACnB,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KACpB,CAAC;IACF,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,CAAC,SAAS,YAAY,EAClE,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,GAChC,IAAI,CA6BN"}
@@ -1 +1 @@
1
- {"version":3,"file":"registerRootComponent.js","sourceRoot":"","sources":["../../src/launch/registerRootComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,YAAY,CAAC;AAGpB,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAarD,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAC3C,SAAiC;IAEjC,IAAI,kBAAkB,GAAG,SAAS,CAAC;IAEnC,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,EAAE;QACzC,MAAM,EAAE,YAAY,EAAE,GAAG,OAAO,CAAC,gBAAgB,CAAoC,CAAC;QACtF,kBAAkB,GAAG,YAAY,CAAC,SAAS,CAAC,CAAC;KAC9C;IAED,WAAW,CAAC,iBAAiB,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,kBAAkB,CAAC,CAAC;IAChE,IAAI,QAAQ,CAAC,EAAE,KAAK,KAAK,EAAE;QACzB,0DAA0D;QAC1D;QACE,2DAA2D;QAC3D,OAAO,QAAQ,KAAK,WAAW,EAC/B;YACA,MAAM,OAAO,GAAG,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;YAChD,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,EAAE;gBACzC,IAAI,CAAC,OAAO,EAAE;oBACZ,MAAM,IAAI,KAAK,CACb,0EAA0E,CAC3E,CAAC;iBACH;aACF;YACD,WAAW,CAAC,cAAc,CAAC,MAAM,EAAE;gBACjC,OAAO;gBACP,OAAO,EAAE,OAAO,CAAC,GAAG,CAAC,sBAAsB,KAAK,GAAG;aACpD,CAAC,CAAC;SACJ;KACF;AACH,CAAC","sourcesContent":["import '../Expo.fx';\n\nimport * as React from 'react';\nimport { AppRegistry, Platform } from 'react-native';\n\ntype InitialProps = {\n exp: {\n notification?: any;\n manifestString?: string;\n [key: string]: any;\n };\n shell?: boolean;\n shellManifestUrl?: string;\n [key: string]: any;\n};\n\nexport default function registerRootComponent<P extends InitialProps>(\n component: React.ComponentType<P>\n): void {\n let qualifiedComponent = component;\n\n if (process.env.NODE_ENV !== 'production') {\n const { withDevTools } = require('./withDevTools') as typeof import('./withDevTools');\n qualifiedComponent = withDevTools(component);\n }\n\n AppRegistry.registerComponent('main', () => qualifiedComponent);\n if (Platform.OS === 'web') {\n // Use two if statements for better dead code elimination.\n if (\n // Skip querying the DOM if we're in a Node.js environment.\n typeof document !== 'undefined'\n ) {\n const rootTag = document.getElementById('root');\n if (process.env.NODE_ENV !== 'production') {\n if (!rootTag) {\n throw new Error(\n 'Required HTML element with id \"root\" was not found in the document HTML.'\n );\n }\n }\n AppRegistry.runApplication('main', {\n rootTag,\n hydrate: process.env.EXPO_PUBLIC_USE_STATIC === '1',\n });\n }\n }\n}\n"]}
1
+ {"version":3,"file":"registerRootComponent.js","sourceRoot":"","sources":["../../src/launch/registerRootComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,YAAY,CAAC;AAGpB,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAarD,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAC3C,SAAiC;IAEjC,IAAI,kBAAkB,GAAG,SAAS,CAAC;IAEnC,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,EAAE;QACzC,MAAM,EAAE,YAAY,EAAE,GAAG,OAAO,CAAC,gBAAgB,CAAoC,CAAC;QACtF,kBAAkB,GAAG,YAAY,CAAC,SAAS,CAAC,CAAC;KAC9C;IAED,WAAW,CAAC,iBAAiB,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,kBAAkB,CAAC,CAAC;IAChE,IAAI,QAAQ,CAAC,EAAE,KAAK,KAAK,EAAE;QACzB,0DAA0D;QAC1D;QACE,2DAA2D;QAC3D,OAAO,QAAQ,KAAK,WAAW,EAC/B;YACA,MAAM,OAAO,GAAG,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;YAChD,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,EAAE;gBACzC,IAAI,CAAC,OAAO,EAAE;oBACZ,MAAM,IAAI,KAAK,CACb,0EAA0E,CAC3E,CAAC;iBACH;aACF;YACD,WAAW,CAAC,cAAc,CAAC,MAAM,EAAE;gBACjC,OAAO;gBACP,OAAO,EAAE,OAAO,CAAC,GAAG,CAAC,sBAAsB,KAAK,GAAG;aACpD,CAAC,CAAC;SACJ;KACF;AACH,CAAC","sourcesContent":["import '../Expo.fx';\n\nimport * as React from 'react';\nimport { AppRegistry, Platform } from 'react-native';\n\ntype InitialProps = {\n exp?: {\n notification?: any;\n manifestString?: string;\n [key: string]: any;\n };\n shell?: boolean;\n shellManifestUrl?: string;\n [key: string]: any;\n};\n\nexport default function registerRootComponent<P extends InitialProps>(\n component: React.ComponentType<P>\n): void {\n let qualifiedComponent = component;\n\n if (process.env.NODE_ENV !== 'production') {\n const { withDevTools } = require('./withDevTools') as typeof import('./withDevTools');\n qualifiedComponent = withDevTools(component);\n }\n\n AppRegistry.registerComponent('main', () => qualifiedComponent);\n if (Platform.OS === 'web') {\n // Use two if statements for better dead code elimination.\n if (\n // Skip querying the DOM if we're in a Node.js environment.\n typeof document !== 'undefined'\n ) {\n const rootTag = document.getElementById('root');\n if (process.env.NODE_ENV !== 'production') {\n if (!rootTag) {\n throw new Error(\n 'Required HTML element with id \"root\" was not found in the document HTML.'\n );\n }\n }\n AppRegistry.runApplication('main', {\n rootTag,\n hydrate: process.env.EXPO_PUBLIC_USE_STATIC === '1',\n });\n }\n }\n}\n"]}
@@ -19,25 +19,25 @@
19
19
  "expo-auth-session": "~5.4.0",
20
20
  "expo-av": "~13.10.5",
21
21
  "expo-background-fetch": "~11.8.1",
22
- "expo-barcode-scanner": "~12.9.2",
22
+ "expo-barcode-scanner": "~12.9.3",
23
23
  "expo-battery": "~7.7.2",
24
- "expo-blur": "~12.9.1",
24
+ "expo-blur": "~12.9.2",
25
25
  "expo-brightness": "~11.8.0",
26
26
  "expo-build-properties": "~0.11.1",
27
27
  "expo-calendar": "~12.2.1",
28
- "expo-camera": "~14.0.4",
28
+ "expo-camera": "~14.0.5",
29
29
  "expo-cellular": "~5.7.1",
30
30
  "expo-checkbox": "~2.7.0",
31
31
  "expo-clipboard": "~5.0.1",
32
32
  "expo-constants": "~15.4.5",
33
33
  "expo-contacts": "~12.8.2",
34
- "expo-crypto": "~12.8.0",
34
+ "expo-crypto": "~12.8.1",
35
35
  "expo-dev-client": "~3.3.8",
36
36
  "expo-device": "~5.9.3",
37
37
  "expo-document-picker": "~11.10.1",
38
38
  "expo-face-detector": "~12.6.1",
39
39
  "expo-file-system": "~16.0.6",
40
- "expo-font": "~11.10.2",
40
+ "expo-font": "~11.10.3",
41
41
  "expo-gl": "~13.6.0",
42
42
  "expo-google-app-auth": "~8.3.0",
43
43
  "expo-haptics": "~12.8.1",
@@ -48,7 +48,7 @@
48
48
  "expo-intent-launcher": "~10.11.0",
49
49
  "expo-insights": "~0.6.1",
50
50
  "expo-keep-awake": "~12.8.2",
51
- "expo-linear-gradient": "~12.7.1",
51
+ "expo-linear-gradient": "~12.7.2",
52
52
  "expo-linking": "~6.2.2",
53
53
  "expo-local-authentication": "~13.8.0",
54
54
  "expo-localization": "~14.8.3",
@@ -56,7 +56,7 @@
56
56
  "expo-mail-composer": "~12.7.1",
57
57
  "expo-media-library": "~15.9.1",
58
58
  "expo-module-template": "~10.12.11",
59
- "expo-modules-core": "~1.11.8",
59
+ "expo-modules-core": "~1.11.9",
60
60
  "expo-navigation-bar": "~2.8.1",
61
61
  "expo-network": "~5.8.0",
62
62
  "expo-notifications": "~0.27.6",
@@ -77,14 +77,14 @@
77
77
  "expo-system-ui": "~2.9.3",
78
78
  "expo-task-manager": "~11.7.2",
79
79
  "expo-tracking-transparency": "~3.3.0",
80
- "expo-updates": "~0.24.9",
80
+ "expo-updates": "~0.24.11",
81
81
  "expo-video-thumbnails": "~7.9.0",
82
82
  "expo-web-browser": "~12.8.2",
83
83
  "jest-expo": "~50.0.2",
84
84
  "lottie-react-native": "6.5.1",
85
85
  "react": "18.2.0",
86
86
  "react-dom": "18.2.0",
87
- "react-native": "0.73.2",
87
+ "react-native": "0.73.4",
88
88
  "react-native-web": "~0.19.6",
89
89
  "react-native-gesture-handler": "~2.14.0",
90
90
  "react-native-get-random-values": "~1.8.0",
@@ -96,7 +96,7 @@
96
96
  "react-native-svg": "14.1.0",
97
97
  "react-native-view-shot": "3.8.0",
98
98
  "react-native-webview": "13.6.4",
99
- "sentry-expo": "~7.1.0",
99
+ "sentry-expo": "~7.2.0",
100
100
  "unimodules-app-loader": "~4.5.0",
101
101
  "unimodules-image-loader-interface": "~6.1.0",
102
102
  "@shopify/react-native-skia": "0.1.221",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo",
3
- "version": "50.0.6",
3
+ "version": "50.0.7",
4
4
  "description": "The Expo SDK",
5
5
  "main": "build/Expo.js",
6
6
  "module": "build/Expo.js",
@@ -68,10 +68,10 @@
68
68
  "babel-preset-expo": "~10.0.1",
69
69
  "expo-asset": "~9.0.2",
70
70
  "expo-file-system": "~16.0.6",
71
- "expo-font": "~11.10.2",
71
+ "expo-font": "~11.10.3",
72
72
  "expo-keep-awake": "~12.8.2",
73
73
  "expo-modules-autolinking": "1.10.3",
74
- "expo-modules-core": "1.11.8",
74
+ "expo-modules-core": "1.11.9",
75
75
  "fbemitter": "^3.0.0",
76
76
  "whatwg-url-without-unicode": "8.0.0-3"
77
77
  },
@@ -81,7 +81,7 @@
81
81
  "expo-module-scripts": "^3.4.1",
82
82
  "react": "18.2.0",
83
83
  "react-dom": "18.2.0",
84
- "react-native": "0.73.2"
84
+ "react-native": "0.73.4"
85
85
  },
86
- "gitHead": "4f3dcf3e23eae997f884117fdd34ad734efad9fd"
86
+ "gitHead": "6ceeb37fe2ccd9b290f9d717d9792c68487118b1"
87
87
  }