expo 48.0.0-beta.0 → 48.0.0-beta.1
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 +3 -3
- package/bundledNativeModules.json +69 -69
- package/package.json +14 -14
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 = '48.0.0-beta.
|
|
36
|
+
version = '48.0.0-beta.1'
|
|
37
37
|
|
|
38
38
|
buildscript {
|
|
39
39
|
def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
|
|
@@ -52,7 +52,7 @@ buildscript {
|
|
|
52
52
|
if (ext.has("kotlinVersion")) {
|
|
53
53
|
ext.kotlinVersion()
|
|
54
54
|
} else {
|
|
55
|
-
ext.safeExtGet("kotlinVersion", "1.
|
|
55
|
+
ext.safeExtGet("kotlinVersion", "1.8.10")
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
|
|
@@ -104,7 +104,7 @@ android {
|
|
|
104
104
|
minSdkVersion safeExtGet("minSdkVersion", 21)
|
|
105
105
|
targetSdkVersion safeExtGet("targetSdkVersion", 33)
|
|
106
106
|
versionCode 1
|
|
107
|
-
versionName "48.0.0-beta.
|
|
107
|
+
versionName "48.0.0-beta.1"
|
|
108
108
|
consumerProguardFiles("proguard-rules.pro")
|
|
109
109
|
}
|
|
110
110
|
lintOptions {
|
|
@@ -8,78 +8,78 @@
|
|
|
8
8
|
"@react-native-community/viewpager": "5.0.11",
|
|
9
9
|
"@react-native-picker/picker": "2.4.8",
|
|
10
10
|
"@react-native-segmented-control/segmented-control": "2.4.0",
|
|
11
|
-
"@stripe/stripe-react-native": "0.23.
|
|
11
|
+
"@stripe/stripe-react-native": "0.23.3",
|
|
12
12
|
"expo-analytics-amplitude": "~11.3.0",
|
|
13
13
|
"expo-app-auth": "~11.1.0",
|
|
14
14
|
"expo-app-loader-provider": "~8.0.0",
|
|
15
|
-
"expo-app-loading": "~2.2.
|
|
16
|
-
"expo-apple-authentication": "~6.0.
|
|
17
|
-
"expo-application": "~5.1.
|
|
18
|
-
"expo-asset": "~8.
|
|
19
|
-
"expo-auth-session": "~4.0.
|
|
20
|
-
"expo-av": "~13.2.
|
|
21
|
-
"expo-background-fetch": "~11.1.
|
|
22
|
-
"expo-barcode-scanner": "~12.3.
|
|
23
|
-
"expo-battery": "~7.1.
|
|
24
|
-
"expo-blur": "~12.2.
|
|
25
|
-
"expo-brightness": "~11.2.
|
|
26
|
-
"expo-build-properties": "~0.5.
|
|
27
|
-
"expo-calendar": "~11.1.
|
|
28
|
-
"expo-camera": "~13.2.
|
|
29
|
-
"expo-cellular": "~5.1.
|
|
30
|
-
"expo-checkbox": "~2.3.
|
|
31
|
-
"expo-clipboard": "~4.1.
|
|
32
|
-
"expo-constants": "~14.2.
|
|
33
|
-
"expo-contacts": "~12.0.
|
|
34
|
-
"expo-crypto": "~12.2.
|
|
35
|
-
"expo-dev-client": "~2.1.
|
|
36
|
-
"expo-device": "~5.2.
|
|
37
|
-
"expo-document-picker": "~11.2.
|
|
38
|
-
"expo-error-recovery": "~4.1.
|
|
39
|
-
"expo-face-detector": "~12.1.
|
|
40
|
-
"expo-file-system": "~15.2.
|
|
41
|
-
"expo-font": "~11.1.
|
|
42
|
-
"expo-gl": "~12.3.
|
|
15
|
+
"expo-app-loading": "~2.2.1",
|
|
16
|
+
"expo-apple-authentication": "~6.0.1",
|
|
17
|
+
"expo-application": "~5.1.1",
|
|
18
|
+
"expo-asset": "~8.9.0",
|
|
19
|
+
"expo-auth-session": "~4.0.1",
|
|
20
|
+
"expo-av": "~13.2.1",
|
|
21
|
+
"expo-background-fetch": "~11.1.1",
|
|
22
|
+
"expo-barcode-scanner": "~12.3.1",
|
|
23
|
+
"expo-battery": "~7.1.1",
|
|
24
|
+
"expo-blur": "~12.2.1",
|
|
25
|
+
"expo-brightness": "~11.2.1",
|
|
26
|
+
"expo-build-properties": "~0.5.1",
|
|
27
|
+
"expo-calendar": "~11.1.1",
|
|
28
|
+
"expo-camera": "~13.2.1",
|
|
29
|
+
"expo-cellular": "~5.1.1",
|
|
30
|
+
"expo-checkbox": "~2.3.1",
|
|
31
|
+
"expo-clipboard": "~4.1.1",
|
|
32
|
+
"expo-constants": "~14.2.1",
|
|
33
|
+
"expo-contacts": "~12.0.1",
|
|
34
|
+
"expo-crypto": "~12.2.1",
|
|
35
|
+
"expo-dev-client": "~2.1.1",
|
|
36
|
+
"expo-device": "~5.2.1",
|
|
37
|
+
"expo-document-picker": "~11.2.1",
|
|
38
|
+
"expo-error-recovery": "~4.1.1",
|
|
39
|
+
"expo-face-detector": "~12.1.1",
|
|
40
|
+
"expo-file-system": "~15.2.1",
|
|
41
|
+
"expo-font": "~11.1.1",
|
|
42
|
+
"expo-gl": "~12.3.1",
|
|
43
43
|
"expo-google-app-auth": "~8.3.0",
|
|
44
|
-
"expo-haptics": "~12.2.
|
|
45
|
-
"expo-image-loader": "~4.1.
|
|
46
|
-
"expo-image-manipulator": "~11.1.
|
|
47
|
-
"expo-image-picker": "~14.1.
|
|
48
|
-
"expo-in-app-purchases": "~14.1.
|
|
49
|
-
"expo-intent-launcher": "~10.5.
|
|
50
|
-
"expo-keep-awake": "~12.0.
|
|
51
|
-
"expo-linear-gradient": "~12.1.
|
|
52
|
-
"expo-linking": "~4.0.
|
|
53
|
-
"expo-local-authentication": "~13.2.
|
|
54
|
-
"expo-localization": "~14.1.
|
|
55
|
-
"expo-location": "~15.1.
|
|
56
|
-
"expo-mail-composer": "~12.1.
|
|
57
|
-
"expo-media-library": "~15.2.
|
|
58
|
-
"expo-module-template": "~10.7.
|
|
59
|
-
"expo-modules-core": "~1.2.
|
|
60
|
-
"expo-navigation-bar": "~2.1.
|
|
61
|
-
"expo-network": "~5.2.
|
|
62
|
-
"expo-notifications": "~0.18.
|
|
63
|
-
"expo-permissions": "~14.1.
|
|
64
|
-
"expo-print": "~12.2.
|
|
65
|
-
"expo-random": "~13.1.
|
|
66
|
-
"expo-screen-capture": "~5.1.
|
|
67
|
-
"expo-screen-orientation": "~5.1.
|
|
68
|
-
"expo-secure-store": "~12.1.
|
|
69
|
-
"expo-sensors": "~12.1.
|
|
70
|
-
"expo-sharing": "~11.2.
|
|
71
|
-
"expo-sms": "~11.2.
|
|
72
|
-
"expo-speech": "~11.1.
|
|
73
|
-
"expo-splash-screen": "~0.18.
|
|
74
|
-
"expo-sqlite": "~11.1.
|
|
75
|
-
"expo-status-bar": "~1.4.
|
|
76
|
-
"expo-store-review": "~6.2.
|
|
77
|
-
"expo-system-ui": "~2.2.
|
|
78
|
-
"expo-task-manager": "~11.1.
|
|
79
|
-
"expo-tracking-transparency": "~3.0.
|
|
80
|
-
"expo-updates": "~0.16.
|
|
81
|
-
"expo-video-thumbnails": "~7.2.
|
|
82
|
-
"expo-web-browser": "~12.1.
|
|
44
|
+
"expo-haptics": "~12.2.1",
|
|
45
|
+
"expo-image-loader": "~4.1.1",
|
|
46
|
+
"expo-image-manipulator": "~11.1.1",
|
|
47
|
+
"expo-image-picker": "~14.1.1",
|
|
48
|
+
"expo-in-app-purchases": "~14.1.1",
|
|
49
|
+
"expo-intent-launcher": "~10.5.1",
|
|
50
|
+
"expo-keep-awake": "~12.0.1",
|
|
51
|
+
"expo-linear-gradient": "~12.1.1",
|
|
52
|
+
"expo-linking": "~4.0.1",
|
|
53
|
+
"expo-local-authentication": "~13.2.1",
|
|
54
|
+
"expo-localization": "~14.1.1",
|
|
55
|
+
"expo-location": "~15.1.1",
|
|
56
|
+
"expo-mail-composer": "~12.1.1",
|
|
57
|
+
"expo-media-library": "~15.2.1",
|
|
58
|
+
"expo-module-template": "~10.7.16",
|
|
59
|
+
"expo-modules-core": "~1.2.1",
|
|
60
|
+
"expo-navigation-bar": "~2.1.1",
|
|
61
|
+
"expo-network": "~5.2.1",
|
|
62
|
+
"expo-notifications": "~0.18.1",
|
|
63
|
+
"expo-permissions": "~14.1.1",
|
|
64
|
+
"expo-print": "~12.2.1",
|
|
65
|
+
"expo-random": "~13.1.1",
|
|
66
|
+
"expo-screen-capture": "~5.1.1",
|
|
67
|
+
"expo-screen-orientation": "~5.1.1",
|
|
68
|
+
"expo-secure-store": "~12.1.1",
|
|
69
|
+
"expo-sensors": "~12.1.1",
|
|
70
|
+
"expo-sharing": "~11.2.1",
|
|
71
|
+
"expo-sms": "~11.2.1",
|
|
72
|
+
"expo-speech": "~11.1.1",
|
|
73
|
+
"expo-splash-screen": "~0.18.1",
|
|
74
|
+
"expo-sqlite": "~11.1.1",
|
|
75
|
+
"expo-status-bar": "~1.4.4",
|
|
76
|
+
"expo-store-review": "~6.2.1",
|
|
77
|
+
"expo-system-ui": "~2.2.1",
|
|
78
|
+
"expo-task-manager": "~11.1.1",
|
|
79
|
+
"expo-tracking-transparency": "~3.0.3",
|
|
80
|
+
"expo-updates": "~0.16.1",
|
|
81
|
+
"expo-video-thumbnails": "~7.2.1",
|
|
82
|
+
"expo-web-browser": "~12.1.1",
|
|
83
83
|
"lottie-react-native": "5.1.4",
|
|
84
84
|
"react": "18.2.0",
|
|
85
85
|
"react-dom": "18.2.0",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"react-native-view-shot": "3.5.0",
|
|
99
99
|
"react-native-webview": "11.26.0",
|
|
100
100
|
"sentry-expo": "~6.0.0",
|
|
101
|
-
"unimodules-app-loader": "~4.1.
|
|
101
|
+
"unimodules-app-loader": "~4.1.1",
|
|
102
102
|
"unimodules-image-loader-interface": "~6.1.0",
|
|
103
103
|
"@shopify/react-native-skia": "0.1.172",
|
|
104
104
|
"@shopify/flash-list": "1.4.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "48.0.0-beta.
|
|
3
|
+
"version": "48.0.0-beta.1",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "build/Expo.js",
|
|
6
6
|
"module": "build/Expo.js",
|
|
@@ -59,20 +59,20 @@
|
|
|
59
59
|
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@babel/runtime": "^7.20.0",
|
|
62
|
-
"@expo/cli": "0.5.
|
|
62
|
+
"@expo/cli": "0.5.1",
|
|
63
63
|
"@expo/vector-icons": "^13.0.0",
|
|
64
64
|
"@expo/config-plugins": "6.0.0",
|
|
65
|
-
"@expo/config": "8.0.
|
|
65
|
+
"@expo/config": "8.0.1",
|
|
66
66
|
"babel-preset-expo": "~9.3.0",
|
|
67
67
|
"cross-spawn": "^6.0.5",
|
|
68
|
-
"expo-application": "~5.1.
|
|
69
|
-
"expo-asset": "~8.
|
|
70
|
-
"expo-constants": "~14.2.
|
|
71
|
-
"expo-file-system": "~15.2.
|
|
72
|
-
"expo-font": "~11.1.
|
|
73
|
-
"expo-keep-awake": "~12.0.
|
|
74
|
-
"expo-modules-autolinking": "1.1.
|
|
75
|
-
"expo-modules-core": "1.2.
|
|
68
|
+
"expo-application": "~5.1.1",
|
|
69
|
+
"expo-asset": "~8.9.0",
|
|
70
|
+
"expo-constants": "~14.2.1",
|
|
71
|
+
"expo-file-system": "~15.2.1",
|
|
72
|
+
"expo-font": "~11.1.1",
|
|
73
|
+
"expo-keep-awake": "~12.0.1",
|
|
74
|
+
"expo-modules-autolinking": "1.1.1",
|
|
75
|
+
"expo-modules-core": "1.2.1",
|
|
76
76
|
"fbemitter": "^3.0.0",
|
|
77
77
|
"getenv": "^1.0.0",
|
|
78
78
|
"invariant": "^2.2.4",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"uuid": "^3.4.0"
|
|
83
83
|
},
|
|
84
84
|
"optionalDependencies": {
|
|
85
|
-
"expo-error-recovery": "~4.1.
|
|
85
|
+
"expo-error-recovery": "~4.1.1"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
88
|
"@types/fbemitter": "^2.0.32",
|
|
@@ -90,10 +90,10 @@
|
|
|
90
90
|
"@types/react": "~18.0.14",
|
|
91
91
|
"@types/react-test-renderer": "^18.0.0",
|
|
92
92
|
"@types/uuid": "^3.4.7",
|
|
93
|
-
"expo-module-scripts": "^3.0.
|
|
93
|
+
"expo-module-scripts": "^3.0.7",
|
|
94
94
|
"react": "18.2.0",
|
|
95
95
|
"react-dom": "18.2.0",
|
|
96
96
|
"react-native": "0.71.2"
|
|
97
97
|
},
|
|
98
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "1f8a6a09570fd451378565ca34933018ce48454e"
|
|
99
99
|
}
|