expo 51.0.0-preview.0 → 51.0.0-preview.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 +2 -2
- package/bundledNativeModules.json +16 -16
- package/package.json +9 -9
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 = '51.0.0-preview.
|
|
36
|
+
version = '51.0.0-preview.1'
|
|
37
37
|
|
|
38
38
|
buildscript {
|
|
39
39
|
// Simple helper that allows the root project to override versions declared by this library.
|
|
@@ -46,7 +46,7 @@ android {
|
|
|
46
46
|
namespace "expo.core"
|
|
47
47
|
defaultConfig {
|
|
48
48
|
versionCode 1
|
|
49
|
-
versionName "51.0.0-preview.
|
|
49
|
+
versionName "51.0.0-preview.1"
|
|
50
50
|
consumerProguardFiles("proguard-rules.pro")
|
|
51
51
|
}
|
|
52
52
|
testOptions {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"expo-app-loader-provider": "~8.0.0",
|
|
15
15
|
"expo-apple-authentication": "~6.4.0",
|
|
16
16
|
"expo-application": "~5.9.0",
|
|
17
|
-
"expo-asset": "~10.0.
|
|
17
|
+
"expo-asset": "~10.0.1",
|
|
18
18
|
"expo-auth-session": "~5.5.0",
|
|
19
19
|
"expo-av": "~14.0.1",
|
|
20
20
|
"expo-background-fetch": "~12.0.0",
|
|
@@ -31,19 +31,19 @@
|
|
|
31
31
|
"expo-constants": "~16.0.0",
|
|
32
32
|
"expo-contacts": "~13.0.0",
|
|
33
33
|
"expo-crypto": "~13.0.0",
|
|
34
|
-
"expo-dev-client": "~4.0.
|
|
34
|
+
"expo-dev-client": "~4.0.2",
|
|
35
35
|
"expo-device": "~6.0.0",
|
|
36
36
|
"expo-document-picker": "~12.0.0",
|
|
37
37
|
"expo-face-detector": "~12.7.0",
|
|
38
38
|
"expo-file-system": "~17.0.0",
|
|
39
|
-
"expo-font": "~12.0.
|
|
39
|
+
"expo-font": "~12.0.1",
|
|
40
40
|
"expo-gl": "~14.0.0",
|
|
41
41
|
"expo-google-app-auth": "~8.3.0",
|
|
42
42
|
"expo-haptics": "~13.0.0",
|
|
43
|
-
"expo-image": "~1.12.
|
|
43
|
+
"expo-image": "~1.12.2",
|
|
44
44
|
"expo-image-loader": "~4.7.0",
|
|
45
|
-
"expo-image-manipulator": "~12.0.
|
|
46
|
-
"expo-image-picker": "~15.0.
|
|
45
|
+
"expo-image-manipulator": "~12.0.1",
|
|
46
|
+
"expo-image-picker": "~15.0.1",
|
|
47
47
|
"expo-intent-launcher": "~11.0.0",
|
|
48
48
|
"expo-insights": "~0.7.0",
|
|
49
49
|
"expo-keep-awake": "~13.0.0",
|
|
@@ -53,15 +53,15 @@
|
|
|
53
53
|
"expo-localization": "~15.0.0",
|
|
54
54
|
"expo-location": "~17.0.0",
|
|
55
55
|
"expo-mail-composer": "~13.0.0",
|
|
56
|
-
"expo-media-library": "~16.0.
|
|
57
|
-
"expo-module-template": "~10.14.
|
|
58
|
-
"expo-modules-core": "~1.12.
|
|
59
|
-
"expo-navigation-bar": "~3.0.
|
|
56
|
+
"expo-media-library": "~16.0.2",
|
|
57
|
+
"expo-module-template": "~10.14.1",
|
|
58
|
+
"expo-modules-core": "~1.12.1",
|
|
59
|
+
"expo-navigation-bar": "~3.0.1",
|
|
60
60
|
"expo-network": "~6.0.0",
|
|
61
61
|
"expo-notifications": "~0.28.0",
|
|
62
62
|
"expo-print": "~13.0.0",
|
|
63
63
|
"expo-random": "~14.0.0",
|
|
64
|
-
"expo-router": "~3.5.
|
|
64
|
+
"expo-router": "~3.5.1",
|
|
65
65
|
"expo-screen-capture": "~6.0.0",
|
|
66
66
|
"expo-screen-orientation": "~7.0.0",
|
|
67
67
|
"expo-secure-store": "~13.0.0",
|
|
@@ -69,21 +69,21 @@
|
|
|
69
69
|
"expo-sharing": "~12.0.0",
|
|
70
70
|
"expo-sms": "~12.0.0",
|
|
71
71
|
"expo-speech": "~12.0.0",
|
|
72
|
-
"expo-splash-screen": "~0.27.
|
|
73
|
-
"expo-sqlite": "~14.0.
|
|
72
|
+
"expo-splash-screen": "~0.27.1",
|
|
73
|
+
"expo-sqlite": "~14.0.2",
|
|
74
74
|
"expo-status-bar": "~1.12.0",
|
|
75
75
|
"expo-store-review": "~7.0.0",
|
|
76
|
-
"expo-system-ui": "~3.0.
|
|
76
|
+
"expo-system-ui": "~3.0.1",
|
|
77
77
|
"expo-task-manager": "~11.8.0",
|
|
78
78
|
"expo-tracking-transparency": "~4.0.0",
|
|
79
|
-
"expo-updates": "~0.25.
|
|
79
|
+
"expo-updates": "~0.25.1",
|
|
80
80
|
"expo-video-thumbnails": "~8.0.0",
|
|
81
81
|
"expo-web-browser": "~13.0.0",
|
|
82
82
|
"jest-expo": "~51.0.0",
|
|
83
83
|
"lottie-react-native": "6.7.0",
|
|
84
84
|
"react": "18.2.0",
|
|
85
85
|
"react-dom": "18.2.0",
|
|
86
|
-
"react-native": "0.74.0
|
|
86
|
+
"react-native": "0.74.0",
|
|
87
87
|
"react-native-web": "~0.19.10",
|
|
88
88
|
"react-native-gesture-handler": "~2.16.0",
|
|
89
89
|
"react-native-get-random-values": "~1.11.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "51.0.0-preview.
|
|
3
|
+
"version": "51.0.0-preview.1",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "build/Expo.js",
|
|
6
6
|
"module": "build/Expo.js",
|
|
@@ -60,18 +60,18 @@
|
|
|
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.18.
|
|
63
|
+
"@expo/cli": "0.18.2",
|
|
64
64
|
"@expo/config": "9.0.0",
|
|
65
|
-
"@expo/config-plugins": "8.0.
|
|
65
|
+
"@expo/config-plugins": "8.0.1",
|
|
66
66
|
"@expo/metro-config": "0.18.1",
|
|
67
67
|
"@expo/vector-icons": "^14.0.0",
|
|
68
|
-
"babel-preset-expo": "~11.0.
|
|
69
|
-
"expo-asset": "~10.0.
|
|
68
|
+
"babel-preset-expo": "~11.0.1",
|
|
69
|
+
"expo-asset": "~10.0.1",
|
|
70
70
|
"expo-file-system": "~17.0.0",
|
|
71
|
-
"expo-font": "~12.0.
|
|
71
|
+
"expo-font": "~12.0.1",
|
|
72
72
|
"expo-keep-awake": "~13.0.0",
|
|
73
73
|
"expo-modules-autolinking": "1.11.0",
|
|
74
|
-
"expo-modules-core": "1.12.
|
|
74
|
+
"expo-modules-core": "1.12.1",
|
|
75
75
|
"fbemitter": "^3.0.0",
|
|
76
76
|
"whatwg-url-without-unicode": "8.0.0-3"
|
|
77
77
|
},
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"expo-module-scripts": "^3.5.0",
|
|
82
82
|
"react": "18.2.0",
|
|
83
83
|
"react-dom": "18.2.0",
|
|
84
|
-
"react-native": "0.74.0
|
|
84
|
+
"react-native": "0.74.0"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "0897aeadb926491a457bcd67d83360956994ee82"
|
|
87
87
|
}
|