expo 52.0.0-preview.1 → 52.0.0-preview.2

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.
@@ -33,7 +33,7 @@ def getRNVersion() {
33
33
  ensureDependeciesWereEvaluated(project)
34
34
 
35
35
  group = 'host.exp.exponent'
36
- version = '52.0.0-preview.1'
36
+ version = '52.0.0-preview.2'
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 "52.0.0-preview.1"
49
+ versionName "52.0.0-preview.2"
50
50
  consumerProguardFiles("proguard-rules.pro")
51
51
  }
52
52
  testOptions {
@@ -17,9 +17,9 @@
17
17
  "expo-apple-authentication": "~7.0.1",
18
18
  "expo-application": "~6.0.1",
19
19
  "expo-asset": "~11.0.0",
20
- "expo-audio": "~0.2.0",
20
+ "expo-audio": "~0.2.1",
21
21
  "expo-auth-session": "~6.0.0",
22
- "expo-av": "~15.0.0",
22
+ "expo-av": "~15.0.1",
23
23
  "expo-background-fetch": "~13.0.1",
24
24
  "expo-barcode-scanner": "~14.0.1",
25
25
  "expo-battery": "~9.0.1",
@@ -34,7 +34,7 @@
34
34
  "expo-constants": "~17.0.1",
35
35
  "expo-contacts": "~14.0.1",
36
36
  "expo-crypto": "~14.0.1",
37
- "expo-dev-client": "~5.0.0-preview.0",
37
+ "expo-dev-client": "~5.0.0-preview.1",
38
38
  "expo-device": "~7.0.1",
39
39
  "expo-document-picker": "~13.0.1",
40
40
  "expo-face-detector": "~13.0.1",
@@ -51,19 +51,19 @@
51
51
  "expo-insights": "~0.8.1",
52
52
  "expo-keep-awake": "~14.0.1",
53
53
  "expo-linear-gradient": "~14.0.0",
54
- "expo-linking": "~7.0.0",
54
+ "expo-linking": "~7.0.1",
55
55
  "expo-local-authentication": "~15.0.1",
56
56
  "expo-localization": "~16.0.0",
57
57
  "expo-location": "~18.0.1",
58
58
  "expo-mail-composer": "~14.0.1",
59
59
  "expo-media-library": "~17.0.0",
60
- "expo-module-template": "~10.15.0",
61
- "expo-modules-core": "~2.0.0-preview.1",
62
- "expo-navigation-bar": "~4.0.0",
60
+ "expo-module-template": "~10.15.1",
61
+ "expo-modules-core": "~2.0.0-preview.2",
62
+ "expo-navigation-bar": "~4.0.1",
63
63
  "expo-network": "~7.0.0",
64
- "expo-notifications": "~0.29.0",
64
+ "expo-notifications": "~0.29.1",
65
65
  "expo-print": "~14.0.0",
66
- "expo-router": "~4.0.0-preview.0",
66
+ "expo-router": "~4.0.0-preview.1",
67
67
  "expo-screen-capture": "~7.0.0",
68
68
  "expo-screen-orientation": "~8.0.0",
69
69
  "expo-secure-store": "~14.0.0",
@@ -71,15 +71,15 @@
71
71
  "expo-sharing": "~13.0.0",
72
72
  "expo-sms": "~13.0.0",
73
73
  "expo-speech": "~13.0.0",
74
- "expo-splash-screen": "~0.28.0",
74
+ "expo-splash-screen": "~0.28.1",
75
75
  "expo-sqlite": "~15.0.0",
76
76
  "expo-status-bar": "~2.0.0",
77
77
  "expo-store-review": "~8.0.0",
78
78
  "expo-symbols": "~0.2.0",
79
- "expo-system-ui": "~4.0.0",
79
+ "expo-system-ui": "~4.0.1",
80
80
  "expo-task-manager": "~12.0.0",
81
81
  "expo-tracking-transparency": "~5.0.0",
82
- "expo-updates": "~0.26.1",
82
+ "expo-updates": "~0.26.2",
83
83
  "expo-video-thumbnails": "~9.0.0",
84
84
  "expo-video": "~2.0.0-preview.0",
85
85
  "expo-web-browser": "~14.0.0",
@@ -87,7 +87,7 @@
87
87
  "lottie-react-native": "7.0.0",
88
88
  "react": "18.3.1",
89
89
  "react-dom": "18.3.1",
90
- "react-native": "0.76.0-rc.6",
90
+ "react-native": "0.76.0",
91
91
  "react-native-web": "~0.19.13",
92
92
  "react-native-gesture-handler": "~2.20.1",
93
93
  "react-native-get-random-values": "~1.11.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo",
3
- "version": "52.0.0-preview.1",
3
+ "version": "52.0.0-preview.2",
4
4
  "description": "The Expo SDK",
5
5
  "main": "src/Expo.ts",
6
6
  "module": "src/Expo.ts",
@@ -66,18 +66,18 @@
66
66
  "homepage": "https://github.com/expo/expo/tree/main/packages/expo",
67
67
  "dependencies": {
68
68
  "@babel/runtime": "^7.20.0",
69
- "@expo/cli": "0.19.0",
69
+ "@expo/cli": "0.19.1",
70
70
  "@expo/config": "10.0.0",
71
- "@expo/config-plugins": "9.0.1",
71
+ "@expo/config-plugins": "9.0.2",
72
72
  "@expo/metro-config": "0.19.0-preview.1",
73
73
  "@expo/vector-icons": "^14.0.0",
74
- "babel-preset-expo": "~12.0.0-preview.0",
74
+ "babel-preset-expo": "~12.0.0-preview.1",
75
75
  "expo-asset": "~11.0.0",
76
76
  "expo-file-system": "~18.0.0",
77
77
  "expo-font": "~13.0.0",
78
78
  "expo-keep-awake": "~14.0.1",
79
79
  "expo-modules-autolinking": "2.0.0-preview.0",
80
- "expo-modules-core": "2.0.0-preview.1",
80
+ "expo-modules-core": "2.0.0-preview.2",
81
81
  "fbemitter": "^3.0.0",
82
82
  "web-streams-polyfill": "^3.3.2",
83
83
  "whatwg-url-without-unicode": "8.0.0-3"
@@ -88,7 +88,7 @@
88
88
  "expo-module-scripts": "^4.0.0",
89
89
  "react": "18.3.1",
90
90
  "react-dom": "18.3.1",
91
- "react-native": "0.76.0-rc.6"
91
+ "react-native": "0.76.0"
92
92
  },
93
93
  "peerDependencies": {
94
94
  "@expo/dom-webview": "*",
@@ -108,5 +108,5 @@
108
108
  "optional": true
109
109
  }
110
110
  },
111
- "gitHead": "f7adac0a6b82ab484a8254a68c3808ba6f2afde5"
111
+ "gitHead": "0a07b965c4bef67e7718355a0dc770d524ad3cee"
112
112
  }