expo 46.0.0-alpha.3 → 46.0.0-beta.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 +2 -2
- package/bin/cli.js +2 -2
- package/bundledNativeModules.json +19 -23
- package/package.json +7 -7
package/android/build.gradle
CHANGED
|
@@ -33,7 +33,7 @@ def getRNVersion() {
|
|
|
33
33
|
ensureDependeciesWereEvaluated(project)
|
|
34
34
|
|
|
35
35
|
group = 'host.exp.exponent'
|
|
36
|
-
version = '46.0.0-
|
|
36
|
+
version = '46.0.0-beta.3'
|
|
37
37
|
|
|
38
38
|
buildscript {
|
|
39
39
|
def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
|
|
@@ -104,7 +104,7 @@ android {
|
|
|
104
104
|
minSdkVersion safeExtGet("minSdkVersion", 21)
|
|
105
105
|
targetSdkVersion safeExtGet("targetSdkVersion", 31)
|
|
106
106
|
versionCode 1
|
|
107
|
-
versionName "46.0.0-
|
|
107
|
+
versionName "46.0.0-beta.3"
|
|
108
108
|
consumerProguardFiles("proguard-rules.pro")
|
|
109
109
|
}
|
|
110
110
|
lintOptions {
|
package/bin/cli.js
CHANGED
|
@@ -6,8 +6,8 @@ const { boolish } = require('getenv');
|
|
|
6
6
|
run();
|
|
7
7
|
|
|
8
8
|
function run() {
|
|
9
|
-
// Use new
|
|
10
|
-
if (boolish('
|
|
9
|
+
// Use new local CLI by default.
|
|
10
|
+
if (boolish('EXPO_USE_LOCAL_CLI', true)) {
|
|
11
11
|
return spawn(require.resolve('@expo/cli'), process.argv.slice(2), { stdio: 'inherit' }).on(
|
|
12
12
|
'exit',
|
|
13
13
|
(code) => {
|
|
@@ -9,23 +9,19 @@
|
|
|
9
9
|
"@react-native-picker/picker": "2.4.2",
|
|
10
10
|
"@react-native-segmented-control/segmented-control": "2.4.0",
|
|
11
11
|
"@stripe/stripe-react-native": "0.13.1",
|
|
12
|
-
"expo-ads-admob": "~13.1.0",
|
|
13
|
-
"expo-ads-facebook": "~11.3.0",
|
|
14
12
|
"expo-analytics-amplitude": "~11.3.0",
|
|
15
|
-
"expo-analytics-segment": "~11.3.0",
|
|
16
13
|
"expo-app-auth": "~11.1.0",
|
|
17
14
|
"expo-app-loader-provider": "~8.0.0",
|
|
18
15
|
"expo-app-loading": "~2.1.0",
|
|
19
16
|
"expo-apple-authentication": "~4.3.0",
|
|
20
|
-
"expo-application": "~4.2.
|
|
21
|
-
"expo-asset": "~8.6.
|
|
22
|
-
"expo-auth-session": "~3.7.
|
|
23
|
-
"expo-av": "~12.0.
|
|
17
|
+
"expo-application": "~4.2.2",
|
|
18
|
+
"expo-asset": "~8.6.1",
|
|
19
|
+
"expo-auth-session": "~3.7.1",
|
|
20
|
+
"expo-av": "~12.0.2",
|
|
24
21
|
"expo-background-fetch": "~10.3.0",
|
|
25
22
|
"expo-barcode-scanner": "~11.4.0",
|
|
26
23
|
"expo-battery": "~6.3.0",
|
|
27
24
|
"expo-blur": "~11.2.0",
|
|
28
|
-
"expo-branch": "~5.3.0",
|
|
29
25
|
"expo-brightness": "~10.3.0",
|
|
30
26
|
"expo-build-properties": "~0.3.0",
|
|
31
27
|
"expo-calendar": "~10.3.0",
|
|
@@ -33,18 +29,17 @@
|
|
|
33
29
|
"expo-cellular": "~4.3.0",
|
|
34
30
|
"expo-checkbox": "~2.2.0",
|
|
35
31
|
"expo-clipboard": "~3.1.0",
|
|
36
|
-
"expo-constants": "~13.2.
|
|
32
|
+
"expo-constants": "~13.2.2",
|
|
37
33
|
"expo-contacts": "~10.3.0",
|
|
38
34
|
"expo-crypto": "~11.0.0",
|
|
39
|
-
"expo-dev-client": "~1.
|
|
35
|
+
"expo-dev-client": "~1.1.0",
|
|
40
36
|
"expo-device": "~4.3.0",
|
|
41
37
|
"expo-document-picker": "~10.3.0",
|
|
42
38
|
"expo-error-recovery": "~3.2.0",
|
|
43
39
|
"expo-face-detector": "~11.3.0",
|
|
44
|
-
"expo-facebook": "~12.3.0",
|
|
45
40
|
"expo-file-system": "~14.1.0",
|
|
46
|
-
"expo-firebase-analytics": "~7.1.
|
|
47
|
-
"expo-firebase-core": "~5.1.
|
|
41
|
+
"expo-firebase-analytics": "~7.1.1",
|
|
42
|
+
"expo-firebase-core": "~5.1.1",
|
|
48
43
|
"expo-firebase-recaptcha": "~2.3.0",
|
|
49
44
|
"expo-font": "~10.2.0",
|
|
50
45
|
"expo-gl": "~11.4.0",
|
|
@@ -53,22 +48,22 @@
|
|
|
53
48
|
"expo-haptics": "~11.3.0",
|
|
54
49
|
"expo-image-loader": "~3.2.0",
|
|
55
50
|
"expo-image-manipulator": "~10.4.0",
|
|
56
|
-
"expo-image-picker": "~13.
|
|
51
|
+
"expo-image-picker": "~13.3.0",
|
|
57
52
|
"expo-in-app-purchases": "~13.1.0",
|
|
58
53
|
"expo-intent-launcher": "~10.3.0",
|
|
59
54
|
"expo-keep-awake": "~10.2.0",
|
|
60
55
|
"expo-linear-gradient": "~11.4.0",
|
|
61
|
-
"expo-linking": "~3.2.
|
|
56
|
+
"expo-linking": "~3.2.1",
|
|
62
57
|
"expo-local-authentication": "~12.3.0",
|
|
63
58
|
"expo-localization": "~13.1.0",
|
|
64
59
|
"expo-location": "~14.3.0",
|
|
65
60
|
"expo-mail-composer": "~11.3.0",
|
|
66
61
|
"expo-media-library": "~14.2.0",
|
|
67
|
-
"expo-module-template": "~10.7.
|
|
68
|
-
"expo-modules-core": "~0.11.
|
|
62
|
+
"expo-module-template": "~10.7.1",
|
|
63
|
+
"expo-modules-core": "~0.11.3",
|
|
69
64
|
"expo-navigation-bar": "~1.3.0",
|
|
70
65
|
"expo-network": "~4.3.0",
|
|
71
|
-
"expo-notifications": "~0.16.
|
|
66
|
+
"expo-notifications": "~0.16.1",
|
|
72
67
|
"expo-permissions": "~13.2.0",
|
|
73
68
|
"expo-print": "~11.3.0",
|
|
74
69
|
"expo-random": "~12.3.0",
|
|
@@ -79,14 +74,14 @@
|
|
|
79
74
|
"expo-sharing": "~10.3.0",
|
|
80
75
|
"expo-sms": "~10.2.0",
|
|
81
76
|
"expo-speech": "~10.3.0",
|
|
82
|
-
"expo-splash-screen": "~0.16.
|
|
77
|
+
"expo-splash-screen": "~0.16.1",
|
|
83
78
|
"expo-sqlite": "~10.3.0",
|
|
84
79
|
"expo-status-bar": "~1.4.0",
|
|
85
80
|
"expo-store-review": "~5.3.0",
|
|
86
81
|
"expo-system-ui": "~1.3.0",
|
|
87
82
|
"expo-task-manager": "~10.3.0",
|
|
88
|
-
"expo-tracking-transparency": "~2.3.
|
|
89
|
-
"expo-updates": "~0.14.
|
|
83
|
+
"expo-tracking-transparency": "~2.3.1",
|
|
84
|
+
"expo-updates": "~0.14.2",
|
|
90
85
|
"expo-video-thumbnails": "~6.4.0",
|
|
91
86
|
"expo-web-browser": "~11.0.0",
|
|
92
87
|
"lottie-react-native": "5.1.3",
|
|
@@ -106,9 +101,10 @@
|
|
|
106
101
|
"react-native-svg": "12.3.0",
|
|
107
102
|
"react-native-view-shot": "3.3.0",
|
|
108
103
|
"react-native-webview": "11.22.4",
|
|
109
|
-
"sentry-expo": "
|
|
104
|
+
"sentry-expo": "~5.0.0",
|
|
110
105
|
"unimodules-app-loader": "~3.1.0",
|
|
111
106
|
"unimodules-image-loader-interface": "~6.1.0",
|
|
112
107
|
"@shopify/react-native-skia": "0.1.136",
|
|
113
|
-
"@shopify/flash-list": "1.1.0"
|
|
108
|
+
"@shopify/flash-list": "1.1.0",
|
|
109
|
+
"@sentry/react-native": "^4.1.3"
|
|
114
110
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "46.0.0-
|
|
3
|
+
"version": "46.0.0-beta.3",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "build/Expo.js",
|
|
6
6
|
"module": "build/Expo.js",
|
|
@@ -55,18 +55,18 @@
|
|
|
55
55
|
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@babel/runtime": "^7.14.0",
|
|
58
|
-
"@expo/cli": "0.2.
|
|
58
|
+
"@expo/cli": "0.2.3",
|
|
59
59
|
"@expo/vector-icons": "^13.0.0",
|
|
60
60
|
"babel-preset-expo": "~9.2.0",
|
|
61
61
|
"cross-spawn": "^6.0.5",
|
|
62
|
-
"expo-application": "~4.2.
|
|
63
|
-
"expo-asset": "~8.6.
|
|
64
|
-
"expo-constants": "~13.2.
|
|
62
|
+
"expo-application": "~4.2.2",
|
|
63
|
+
"expo-asset": "~8.6.1",
|
|
64
|
+
"expo-constants": "~13.2.2",
|
|
65
65
|
"expo-file-system": "~14.1.0",
|
|
66
66
|
"expo-font": "~10.2.0",
|
|
67
67
|
"expo-keep-awake": "~10.2.0",
|
|
68
68
|
"expo-modules-autolinking": "0.10.0",
|
|
69
|
-
"expo-modules-core": "0.11.
|
|
69
|
+
"expo-modules-core": "0.11.3",
|
|
70
70
|
"fbemitter": "^3.0.0",
|
|
71
71
|
"getenv": "^1.0.0",
|
|
72
72
|
"invariant": "^2.2.4",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"react-dom": "18.0.0",
|
|
91
91
|
"react-native": "0.69.1"
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "e72a59879ba9ae8d6c7d6118e60c1a29c3e9ea36"
|
|
94
94
|
}
|