expo 50.0.0-preview.2 → 50.0.0-preview.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
CHANGED
|
@@ -44,7 +44,7 @@ def getRNVersion() {
|
|
|
44
44
|
ensureDependeciesWereEvaluated(project)
|
|
45
45
|
|
|
46
46
|
group = 'host.exp.exponent'
|
|
47
|
-
version = '50.0.0-preview.
|
|
47
|
+
version = '50.0.0-preview.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.0-preview.
|
|
127
|
+
versionName "50.0.0-preview.4"
|
|
128
128
|
consumerProguardFiles("proguard-rules.pro")
|
|
129
129
|
}
|
|
130
130
|
testOptions {
|
|
@@ -156,9 +156,9 @@ dependencies { dependencyHandler ->
|
|
|
156
156
|
implementation 'com.facebook.react:react-native:+'
|
|
157
157
|
|
|
158
158
|
testImplementation 'junit:junit:4.13.2'
|
|
159
|
-
testImplementation 'androidx.test:core:1.
|
|
159
|
+
testImplementation 'androidx.test:core:1.5.0'
|
|
160
160
|
testImplementation "com.google.truth:truth:1.1.2"
|
|
161
|
-
testImplementation 'io.mockk:mockk:1.
|
|
161
|
+
testImplementation 'io.mockk:mockk:1.13.5'
|
|
162
162
|
|
|
163
163
|
// Link expo modules as dependencies of the adapter. It uses `api` configuration so they all will be visible for the app as well.
|
|
164
164
|
// A collection of the dependencies depends on the options passed to `useExpoModules` in your project's `settings.gradle`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@expo/vector-icons": "^13.0.0",
|
|
3
|
-
"@react-native-async-storage/async-storage": "1.
|
|
3
|
+
"@react-native-async-storage/async-storage": "1.21.0",
|
|
4
4
|
"@react-native-community/datetimepicker": "7.6.1",
|
|
5
5
|
"@react-native-masked-view/masked-view": "0.3.0",
|
|
6
6
|
"@react-native-community/netinfo": "11.1.0",
|
|
@@ -55,14 +55,14 @@
|
|
|
55
55
|
"expo-mail-composer": "~12.7.0",
|
|
56
56
|
"expo-media-library": "~15.9.0",
|
|
57
57
|
"expo-module-template": "~10.12.2",
|
|
58
|
-
"expo-modules-core": "~1.11.
|
|
58
|
+
"expo-modules-core": "~1.11.2",
|
|
59
59
|
"expo-navigation-bar": "~2.8.0",
|
|
60
60
|
"expo-network": "~5.8.0",
|
|
61
61
|
"expo-notifications": "~0.27.1",
|
|
62
62
|
"expo-print": "~12.8.0",
|
|
63
63
|
"expo-random": "~13.6.0",
|
|
64
|
-
"expo-router": "~3.
|
|
65
|
-
"expo-screen-capture": "~5.
|
|
64
|
+
"expo-router": "~3.4.0",
|
|
65
|
+
"expo-screen-capture": "~5.8.0",
|
|
66
66
|
"expo-screen-orientation": "~6.4.0",
|
|
67
67
|
"expo-secure-store": "~12.8.0",
|
|
68
68
|
"expo-sensors": "~12.9.0",
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
"expo-splash-screen": "~0.26.0",
|
|
73
73
|
"expo-sqlite": "~13.1.0",
|
|
74
74
|
"expo-status-bar": "~1.11.0",
|
|
75
|
-
"expo-store-review": "~6.8.
|
|
76
|
-
"expo-system-ui": "~2.9.
|
|
75
|
+
"expo-store-review": "~6.8.2",
|
|
76
|
+
"expo-system-ui": "~2.9.1",
|
|
77
77
|
"expo-task-manager": "~11.7.0",
|
|
78
78
|
"expo-tracking-transparency": "~3.3.0",
|
|
79
|
-
"expo-updates": "~0.24.
|
|
79
|
+
"expo-updates": "~0.24.3",
|
|
80
80
|
"expo-video-thumbnails": "~7.9.0",
|
|
81
81
|
"expo-web-browser": "~12.8.0",
|
|
82
82
|
"jest-expo": "~50.0.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "50.0.0-preview.
|
|
3
|
+
"version": "50.0.0-preview.4",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "build/Expo.js",
|
|
6
6
|
"module": "build/Expo.js",
|
|
@@ -60,10 +60,10 @@
|
|
|
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.16.
|
|
64
|
-
"@expo/config": "8.5.
|
|
65
|
-
"@expo/config-plugins": "7.8.
|
|
66
|
-
"@expo/metro-config": "0.
|
|
63
|
+
"@expo/cli": "0.16.3",
|
|
64
|
+
"@expo/config": "8.5.1",
|
|
65
|
+
"@expo/config-plugins": "7.8.1",
|
|
66
|
+
"@expo/metro-config": "0.17.0",
|
|
67
67
|
"@expo/vector-icons": "^13.0.0",
|
|
68
68
|
"babel-preset-expo": "~10.0.0",
|
|
69
69
|
"expo-asset": "~9.0.1",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"expo-font": "~11.10.0",
|
|
72
72
|
"expo-keep-awake": "~12.8.0",
|
|
73
73
|
"expo-modules-autolinking": "1.9.0",
|
|
74
|
-
"expo-modules-core": "1.11.
|
|
74
|
+
"expo-modules-core": "1.11.2",
|
|
75
75
|
"fbemitter": "^3.0.0",
|
|
76
76
|
"whatwg-url-without-unicode": "8.0.0-3"
|
|
77
77
|
},
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"react-dom": "18.2.0",
|
|
84
84
|
"react-native": "0.73.0"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "1a7c4e8ffed182e00cf1cf654ca2401441a7377a"
|
|
87
87
|
}
|