expo 50.0.3 → 50.0.4
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/bundledNativeModules.json +15 -14
- package/package.json +3 -3
package/android/build.gradle
CHANGED
|
@@ -44,7 +44,7 @@ def getRNVersion() {
|
|
|
44
44
|
ensureDependeciesWereEvaluated(project)
|
|
45
45
|
|
|
46
46
|
group = 'host.exp.exponent'
|
|
47
|
-
version = '50.0.
|
|
47
|
+
version = '50.0.4'
|
|
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.
|
|
127
|
+
versionName "50.0.4"
|
|
128
128
|
consumerProguardFiles("proguard-rules.pro")
|
|
129
129
|
}
|
|
130
130
|
testOptions {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"@expo/metro-runtime": "~3.1.1",
|
|
2
3
|
"@expo/vector-icons": "^14.0.0",
|
|
3
4
|
"@react-native-async-storage/async-storage": "1.21.0",
|
|
4
5
|
"@react-native-community/datetimepicker": "7.6.1",
|
|
@@ -16,7 +17,7 @@
|
|
|
16
17
|
"expo-application": "~5.8.3",
|
|
17
18
|
"expo-asset": "~9.0.2",
|
|
18
19
|
"expo-auth-session": "~5.4.0",
|
|
19
|
-
"expo-av": "~13.10.
|
|
20
|
+
"expo-av": "~13.10.4",
|
|
20
21
|
"expo-background-fetch": "~11.8.0",
|
|
21
22
|
"expo-barcode-scanner": "~12.9.2",
|
|
22
23
|
"expo-battery": "~7.7.2",
|
|
@@ -24,14 +25,14 @@
|
|
|
24
25
|
"expo-brightness": "~11.8.0",
|
|
25
26
|
"expo-build-properties": "~0.11.0",
|
|
26
27
|
"expo-calendar": "~12.2.1",
|
|
27
|
-
"expo-camera": "~14.0.
|
|
28
|
+
"expo-camera": "~14.0.3",
|
|
28
29
|
"expo-cellular": "~5.7.1",
|
|
29
30
|
"expo-checkbox": "~2.7.0",
|
|
30
31
|
"expo-clipboard": "~5.0.1",
|
|
31
32
|
"expo-constants": "~15.4.5",
|
|
32
33
|
"expo-contacts": "~12.8.2",
|
|
33
34
|
"expo-crypto": "~12.8.0",
|
|
34
|
-
"expo-dev-client": "~3.3.
|
|
35
|
+
"expo-dev-client": "~3.3.7",
|
|
35
36
|
"expo-device": "~5.9.3",
|
|
36
37
|
"expo-document-picker": "~11.10.1",
|
|
37
38
|
"expo-face-detector": "~12.6.1",
|
|
@@ -54,31 +55,31 @@
|
|
|
54
55
|
"expo-location": "~16.5.2",
|
|
55
56
|
"expo-mail-composer": "~12.7.1",
|
|
56
57
|
"expo-media-library": "~15.9.1",
|
|
57
|
-
"expo-module-template": "~10.12.
|
|
58
|
+
"expo-module-template": "~10.12.9",
|
|
58
59
|
"expo-modules-core": "~1.11.8",
|
|
59
60
|
"expo-navigation-bar": "~2.8.1",
|
|
60
61
|
"expo-network": "~5.8.0",
|
|
61
|
-
"expo-notifications": "~0.27.
|
|
62
|
+
"expo-notifications": "~0.27.6",
|
|
62
63
|
"expo-print": "~12.8.1",
|
|
63
64
|
"expo-random": "~13.6.0",
|
|
64
|
-
"expo-router": "~3.4.
|
|
65
|
+
"expo-router": "~3.4.6",
|
|
65
66
|
"expo-screen-capture": "~5.8.1",
|
|
66
67
|
"expo-screen-orientation": "~6.4.1",
|
|
67
68
|
"expo-secure-store": "~12.8.1",
|
|
68
|
-
"expo-sensors": "~12.9.
|
|
69
|
+
"expo-sensors": "~12.9.1",
|
|
69
70
|
"expo-sharing": "~11.10.0",
|
|
70
71
|
"expo-sms": "~11.7.1",
|
|
71
72
|
"expo-speech": "~11.7.0",
|
|
72
|
-
"expo-splash-screen": "~0.26.
|
|
73
|
-
"expo-sqlite": "~13.2.
|
|
73
|
+
"expo-splash-screen": "~0.26.4",
|
|
74
|
+
"expo-sqlite": "~13.2.2",
|
|
74
75
|
"expo-status-bar": "~1.11.1",
|
|
75
76
|
"expo-store-review": "~6.8.3",
|
|
76
77
|
"expo-system-ui": "~2.9.3",
|
|
77
|
-
"expo-task-manager": "~11.7.
|
|
78
|
+
"expo-task-manager": "~11.7.2",
|
|
78
79
|
"expo-tracking-transparency": "~3.3.0",
|
|
79
|
-
"expo-updates": "~0.24.
|
|
80
|
+
"expo-updates": "~0.24.9",
|
|
80
81
|
"expo-video-thumbnails": "~7.9.0",
|
|
81
|
-
"expo-web-browser": "~12.8.
|
|
82
|
+
"expo-web-browser": "~12.8.2",
|
|
82
83
|
"jest-expo": "~50.0.1",
|
|
83
84
|
"lottie-react-native": "6.5.1",
|
|
84
85
|
"react": "18.2.0",
|
|
@@ -89,7 +90,7 @@
|
|
|
89
90
|
"react-native-get-random-values": "~1.8.0",
|
|
90
91
|
"react-native-maps": "1.8.0",
|
|
91
92
|
"react-native-pager-view": "6.2.3",
|
|
92
|
-
"react-native-reanimated": "~3.6.
|
|
93
|
+
"react-native-reanimated": "~3.6.2",
|
|
93
94
|
"react-native-screens": "~3.29.0",
|
|
94
95
|
"react-native-safe-area-context": "4.8.2",
|
|
95
96
|
"react-native-svg": "14.1.0",
|
|
@@ -100,5 +101,5 @@
|
|
|
100
101
|
"unimodules-image-loader-interface": "~6.1.0",
|
|
101
102
|
"@shopify/react-native-skia": "0.1.221",
|
|
102
103
|
"@shopify/flash-list": "1.6.3",
|
|
103
|
-
"@sentry/react-native": "5.
|
|
104
|
+
"@sentry/react-native": "5.17.0"
|
|
104
105
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "50.0.
|
|
3
|
+
"version": "50.0.4",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "build/Expo.js",
|
|
6
6
|
"module": "build/Expo.js",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@babel/runtime": "^7.20.0",
|
|
63
|
-
"@expo/cli": "0.17.
|
|
63
|
+
"@expo/cli": "0.17.3",
|
|
64
64
|
"@expo/config": "8.5.4",
|
|
65
65
|
"@expo/config-plugins": "7.8.4",
|
|
66
66
|
"@expo/metro-config": "0.17.3",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"react-dom": "18.2.0",
|
|
84
84
|
"react-native": "0.73.2"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "82b69cba5b2e967806ca03413c3277f1d53bff8d"
|
|
87
87
|
}
|