expo 53.0.1 → 53.0.3
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
CHANGED
|
@@ -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.
|
|
35
|
+
version = '53.0.3'
|
|
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.
|
|
46
|
+
versionName "53.0.3"
|
|
47
47
|
consumerProguardFiles("proguard-rules.pro")
|
|
48
48
|
}
|
|
49
49
|
testOptions {
|
|
@@ -23,6 +23,7 @@ type InitialProps = {
|
|
|
23
23
|
* - Asserts if the `expo-updates` package is misconfigured.
|
|
24
24
|
* - Asserts if `react-native` is not aliased to `react-native-web` when running in the browser.
|
|
25
25
|
* @param component The React component class that renders the rest of your app.
|
|
26
|
+
* @see For information on how to setup `registerRootComponent` in an existing (bare) React Native app, see [Common questions](#rootregistercomponent-setup-for-existing-react-native-projects) below.
|
|
26
27
|
*/
|
|
27
28
|
export default function registerRootComponent<P extends InitialProps>(component: ComponentType<P>): void;
|
|
28
29
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"registerRootComponent.d.ts","sourceRoot":"","sources":["../../src/launch/registerRootComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,YAAY,CAAC;AAEpB,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,OAAO,CAAC;AAQ3C,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;AAGF
|
|
1
|
+
{"version":3,"file":"registerRootComponent.d.ts","sourceRoot":"","sources":["../../src/launch/registerRootComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,YAAY,CAAC;AAEpB,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,OAAO,CAAC;AAQ3C,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;AAGF;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,CAAC,SAAS,YAAY,EAClE,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,GAC1B,IAAI,CAwBN"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"@expo/fingerprint": "~0.12.3",
|
|
3
3
|
"@expo/metro-runtime": "~5.0.4",
|
|
4
4
|
"@expo/vector-icons": "^14.1.0",
|
|
5
|
-
"@expo/ui": "~0.1.1-alpha.
|
|
5
|
+
"@expo/ui": "~0.1.1-alpha.6",
|
|
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",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@react-native-community/viewpager": "5.0.11",
|
|
12
12
|
"@react-native-picker/picker": "2.11.0",
|
|
13
13
|
"@react-native-segmented-control/segmented-control": "2.5.7",
|
|
14
|
-
"@stripe/stripe-react-native": "0.
|
|
14
|
+
"@stripe/stripe-react-native": "0.45.0",
|
|
15
15
|
"eslint-config-expo": "~9.1.1",
|
|
16
16
|
"expo-analytics-amplitude": "~11.3.0",
|
|
17
17
|
"expo-app-auth": "~11.1.0",
|
|
@@ -28,15 +28,15 @@
|
|
|
28
28
|
"expo-blur": "~14.1.3",
|
|
29
29
|
"expo-brightness": "~13.1.3",
|
|
30
30
|
"expo-build-properties": "~0.14.5",
|
|
31
|
-
"expo-calendar": "~14.1.
|
|
31
|
+
"expo-calendar": "~14.1.4",
|
|
32
32
|
"expo-camera": "~16.1.5",
|
|
33
33
|
"expo-cellular": "~7.1.3",
|
|
34
34
|
"expo-checkbox": "~4.1.3",
|
|
35
35
|
"expo-clipboard": "~7.1.3",
|
|
36
|
-
"expo-constants": "~17.1.
|
|
36
|
+
"expo-constants": "~17.1.4",
|
|
37
37
|
"expo-contacts": "~14.2.2",
|
|
38
38
|
"expo-crypto": "~14.1.3",
|
|
39
|
-
"expo-dev-client": "~5.1.
|
|
39
|
+
"expo-dev-client": "~5.1.6",
|
|
40
40
|
"expo-device": "~7.1.3",
|
|
41
41
|
"expo-document-picker": "~13.1.4",
|
|
42
42
|
"expo-file-system": "~18.1.7",
|
|
@@ -54,14 +54,14 @@
|
|
|
54
54
|
"expo-linear-gradient": "~14.1.3",
|
|
55
55
|
"expo-linking": "~7.1.3",
|
|
56
56
|
"expo-local-authentication": "~16.0.3",
|
|
57
|
-
"expo-localization": "~16.1.
|
|
57
|
+
"expo-localization": "~16.1.4",
|
|
58
58
|
"expo-location": "~18.1.3",
|
|
59
59
|
"expo-mail-composer": "~14.1.3",
|
|
60
|
-
"expo-manifests": "~0.16.
|
|
61
|
-
"expo-maps": "~0.9.
|
|
62
|
-
"expo-media-library": "~17.1.
|
|
60
|
+
"expo-manifests": "~0.16.4",
|
|
61
|
+
"expo-maps": "~0.9.8",
|
|
62
|
+
"expo-media-library": "~17.1.5",
|
|
63
63
|
"expo-mesh-gradient": "~0.3.3",
|
|
64
|
-
"expo-module-template": "~10.16.
|
|
64
|
+
"expo-module-template": "~10.16.5",
|
|
65
65
|
"expo-modules-core": "~2.3.11",
|
|
66
66
|
"expo-navigation-bar": "~4.2.2",
|
|
67
67
|
"expo-network": "~7.1.4",
|
|
@@ -76,19 +76,19 @@
|
|
|
76
76
|
"expo-sharing": "~13.1.4",
|
|
77
77
|
"expo-sms": "~13.1.3",
|
|
78
78
|
"expo-speech": "~13.1.5",
|
|
79
|
-
"expo-splash-screen": "~0.30.
|
|
80
|
-
"expo-sqlite": "~15.2.
|
|
79
|
+
"expo-splash-screen": "~0.30.7",
|
|
80
|
+
"expo-sqlite": "~15.2.8",
|
|
81
81
|
"expo-status-bar": "~2.2.2",
|
|
82
82
|
"expo-store-review": "~8.1.4",
|
|
83
83
|
"expo-symbols": "~0.4.3",
|
|
84
84
|
"expo-system-ui": "~5.0.5",
|
|
85
85
|
"expo-task-manager": "~13.1.4",
|
|
86
86
|
"expo-tracking-transparency": "~5.2.3",
|
|
87
|
-
"expo-updates": "~0.28.
|
|
87
|
+
"expo-updates": "~0.28.10",
|
|
88
88
|
"expo-video-thumbnails": "~9.1.2",
|
|
89
|
-
"expo-video": "~2.1.
|
|
89
|
+
"expo-video": "~2.1.8",
|
|
90
90
|
"expo-web-browser": "~14.1.5",
|
|
91
|
-
"jest-expo": "~53.0.
|
|
91
|
+
"jest-expo": "~53.0.2",
|
|
92
92
|
"lottie-react-native": "7.2.2",
|
|
93
93
|
"react": "19.0.0",
|
|
94
94
|
"react-dom": "19.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "53.0.
|
|
3
|
+
"version": "53.0.3",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "src/Expo.ts",
|
|
6
6
|
"module": "src/Expo.ts",
|
|
@@ -73,15 +73,15 @@
|
|
|
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.
|
|
77
|
-
"@expo/config": "~11.0.
|
|
78
|
-
"@expo/config-plugins": "~
|
|
76
|
+
"@expo/cli": "0.24.8",
|
|
77
|
+
"@expo/config": "~11.0.6",
|
|
78
|
+
"@expo/config-plugins": "~10.0.0",
|
|
79
79
|
"@expo/fingerprint": "0.12.3",
|
|
80
|
-
"@expo/metro-config": "0.20.
|
|
80
|
+
"@expo/metro-config": "0.20.10",
|
|
81
81
|
"@expo/vector-icons": "^14.0.0",
|
|
82
|
-
"babel-preset-expo": "~13.1.
|
|
82
|
+
"babel-preset-expo": "~13.1.9",
|
|
83
83
|
"expo-asset": "~11.1.3",
|
|
84
|
-
"expo-constants": "~17.1.
|
|
84
|
+
"expo-constants": "~17.1.4",
|
|
85
85
|
"expo-file-system": "~18.1.7",
|
|
86
86
|
"expo-font": "~13.2.2",
|
|
87
87
|
"expo-keep-awake": "~14.1.3",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"@types/node": "^22.14.0",
|
|
95
95
|
"@types/react": "~19.0.10",
|
|
96
96
|
"@types/react-test-renderer": "^19.0.0",
|
|
97
|
-
"expo-module-scripts": "^4.1.
|
|
97
|
+
"expo-module-scripts": "^4.1.6",
|
|
98
98
|
"react": "19.0.0",
|
|
99
99
|
"react-dom": "19.0.0",
|
|
100
100
|
"react-native": "0.79.1",
|
|
@@ -119,5 +119,5 @@
|
|
|
119
119
|
"optional": true
|
|
120
120
|
}
|
|
121
121
|
},
|
|
122
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "2055b46ab64df8f8f0211b9557d1c5f65a8e15d5"
|
|
123
123
|
}
|
|
@@ -33,6 +33,7 @@ type InitialProps = {
|
|
|
33
33
|
* - Asserts if the `expo-updates` package is misconfigured.
|
|
34
34
|
* - Asserts if `react-native` is not aliased to `react-native-web` when running in the browser.
|
|
35
35
|
* @param component The React component class that renders the rest of your app.
|
|
36
|
+
* @see For information on how to setup `registerRootComponent` in an existing (bare) React Native app, see [Common questions](#rootregistercomponent-setup-for-existing-react-native-projects) below.
|
|
36
37
|
*/
|
|
37
38
|
export default function registerRootComponent<P extends InitialProps>(
|
|
38
39
|
component: ComponentType<P>
|
package/tsconfig.base.json
CHANGED
|
@@ -7,7 +7,9 @@
|
|
|
7
7
|
"esModuleInterop": true,
|
|
8
8
|
"jsx": "react-native",
|
|
9
9
|
"lib": ["DOM", "ESNext"],
|
|
10
|
-
"
|
|
10
|
+
"module": "preserve",
|
|
11
|
+
"moduleDetection": "force",
|
|
12
|
+
"moduleResolution": "bundler",
|
|
11
13
|
"noEmit": true,
|
|
12
14
|
"resolveJsonModule": true,
|
|
13
15
|
"skipLibCheck": true,
|