expo 55.0.18 → 55.0.19

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.
@@ -10,7 +10,7 @@ buildscript {
10
10
  }
11
11
 
12
12
  group = 'host.exp.exponent'
13
- version = '55.0.18'
13
+ version = '55.0.19'
14
14
 
15
15
  expoModule {
16
16
  // We can't prebuild the module because it depends on the generated files.
@@ -21,7 +21,7 @@ android {
21
21
  namespace "expo.core"
22
22
  defaultConfig {
23
23
  versionCode 1
24
- versionName "55.0.18"
24
+ versionName "55.0.19"
25
25
  consumerProguardFiles("proguard-rules.pro")
26
26
  }
27
27
  testOptions {
@@ -2,7 +2,7 @@
2
2
  "@expo/fingerprint": "~0.16.6",
3
3
  "@expo/metro-runtime": "~55.0.10",
4
4
  "@expo/vector-icons": "^15.0.2",
5
- "@expo/ui": "~55.0.12",
5
+ "@expo/ui": "~55.0.13",
6
6
  "@react-native-async-storage/async-storage": "2.2.0",
7
7
  "@react-native-community/datetimepicker": "8.6.0",
8
8
  "@react-native-masked-view/masked-view": "0.3.2",
@@ -16,7 +16,7 @@
16
16
  "expo-analytics-amplitude": "~11.3.0",
17
17
  "expo-app-auth": "~11.1.0",
18
18
  "expo-app-loader-provider": "~8.0.0",
19
- "expo-app-metrics": "~0.1.7",
19
+ "expo-app-metrics": "~0.2.0",
20
20
  "expo-apple-authentication": "~55.0.13",
21
21
  "expo-application": "~55.0.14",
22
22
  "expo-asset": "~55.0.16",
@@ -37,7 +37,7 @@
37
37
  "expo-constants": "~55.0.15",
38
38
  "expo-contacts": "~55.0.13",
39
39
  "expo-crypto": "~55.0.14",
40
- "expo-dev-client": "~55.0.28",
40
+ "expo-dev-client": "~55.0.29",
41
41
  "expo-device": "~55.0.15",
42
42
  "expo-document-picker": "~55.0.13",
43
43
  "expo-file-system": "~55.0.17",
@@ -52,7 +52,7 @@
52
52
  "expo-image-picker": "~55.0.19",
53
53
  "expo-intent-launcher": "~55.0.12",
54
54
  "expo-insights": "~55.0.16",
55
- "expo-keep-awake": "~55.0.6",
55
+ "expo-keep-awake": "~55.0.7",
56
56
  "expo-linear-gradient": "~55.0.13",
57
57
  "expo-linking": "~55.0.14",
58
58
  "expo-local-authentication": "~55.0.13",
@@ -65,11 +65,11 @@
65
65
  "expo-media-library": "~55.0.15",
66
66
  "expo-mesh-gradient": "~55.0.13",
67
67
  "expo-module-template": "~55.0.19",
68
- "expo-modules-core": "~55.0.23",
68
+ "expo-modules-core": "~55.0.24",
69
69
  "expo-navigation-bar": "~55.0.12",
70
70
  "expo-network": "~55.0.13",
71
- "expo-notifications": "~55.0.21",
72
- "expo-observe": "~0.1.7",
71
+ "expo-notifications": "~55.0.22",
72
+ "expo-observe": "~0.2.0",
73
73
  "expo-print": "~55.0.13",
74
74
  "expo-live-photo": "~55.0.13",
75
75
  "expo-router": "~55.0.13",
@@ -52,7 +52,7 @@
52
52
  launchOptions:(nullable NSDictionary *)launchOptions
53
53
  {
54
54
  if (self.reactDelegate != nil) {
55
- return [self.reactDelegate createReactRootViewWithModuleName:moduleName initialProperties:initialProperties launchOptions:launchOptions];
55
+ return [((id<EXReactDelegateProtocol>)self.reactDelegate) createReactRootViewWithModuleName:moduleName initialProperties:initialProperties launchOptions:launchOptions];
56
56
  }
57
57
  return [super viewWithModuleName:moduleName initialProperties:initialProperties launchOptions:launchOptions];
58
58
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo",
3
- "version": "55.0.18",
3
+ "version": "55.0.19",
4
4
  "description": "The Expo SDK",
5
5
  "main": "src/Expo.ts",
6
6
  "module": "src/Expo.ts",
@@ -77,25 +77,25 @@
77
77
  "homepage": "https://github.com/expo/expo/tree/main/packages/expo",
78
78
  "dependencies": {
79
79
  "@babel/runtime": "^7.20.0",
80
- "@expo/cli": "55.0.26",
80
+ "@expo/cli": "55.0.27",
81
81
  "@expo/config": "~55.0.15",
82
82
  "@expo/config-plugins": "~55.0.8",
83
83
  "@expo/devtools": "55.0.2",
84
84
  "@expo/fingerprint": "0.16.6",
85
85
  "@expo/local-build-cache-provider": "55.0.11",
86
86
  "@expo/log-box": "55.0.11",
87
- "@expo/metro": "~55.1.0",
88
- "@expo/metro-config": "55.0.17",
87
+ "@expo/metro": "~55.1.1",
88
+ "@expo/metro-config": "55.0.18",
89
89
  "@expo/vector-icons": "^15.0.2",
90
90
  "@ungap/structured-clone": "^1.3.0",
91
- "babel-preset-expo": "~55.0.18",
91
+ "babel-preset-expo": "~55.0.19",
92
92
  "expo-asset": "~55.0.16",
93
93
  "expo-constants": "~55.0.15",
94
94
  "expo-file-system": "~55.0.17",
95
95
  "expo-font": "~55.0.6",
96
- "expo-keep-awake": "~55.0.6",
96
+ "expo-keep-awake": "~55.0.7",
97
97
  "expo-modules-autolinking": "55.0.19",
98
- "expo-modules-core": "55.0.23",
98
+ "expo-modules-core": "55.0.24",
99
99
  "pretty-format": "^29.7.0",
100
100
  "react-refresh": "^0.14.2",
101
101
  "whatwg-url-minimum": "^0.1.1"
@@ -130,5 +130,5 @@
130
130
  "optional": true
131
131
  }
132
132
  },
133
- "gitHead": "be06cb45cb9eb8076b6910daa98813a6a3b03287"
133
+ "gitHead": "1528d89d7b1076a4d8b88eb7b1e9e9c4e8c8f9d8"
134
134
  }
package/template.tgz CHANGED
Binary file