expo 55.0.0-preview.0 → 55.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.
@@ -32,7 +32,7 @@ buildscript {
32
32
  def reactNativeVersion = project.extensions.getByType(ExpoModuleExtension).reactNativeVersion
33
33
 
34
34
  group = 'host.exp.exponent'
35
- version = '55.0.0-preview.0'
35
+ version = '55.0.0-preview.2'
36
36
 
37
37
  expoModule {
38
38
  // We can't prebuild the module because it depends on the generated files.
@@ -43,7 +43,7 @@ android {
43
43
  namespace "expo.core"
44
44
  defaultConfig {
45
45
  versionCode 1
46
- versionName "55.0.0-preview.0"
46
+ versionName "55.0.0-preview.2"
47
47
  consumerProguardFiles("proguard-rules.pro")
48
48
  }
49
49
  testOptions {
@@ -26,6 +26,7 @@
26
26
  "expo-battery": "~55.0.0",
27
27
  "expo-blur": "~55.0.0",
28
28
  "expo-brightness": "~55.0.0",
29
+ "expo-brownfield": "~55.0.1",
29
30
  "expo-build-properties": "~55.0.0",
30
31
  "expo-calendar": "~55.0.0",
31
32
  "expo-camera": "~55.0.0",
@@ -62,8 +63,8 @@
62
63
  "expo-mcp": "~0.2.1",
63
64
  "expo-media-library": "~55.0.0",
64
65
  "expo-mesh-gradient": "~55.0.0",
65
- "expo-module-template": "~55.0.0",
66
- "expo-modules-core": "~55.0.0",
66
+ "expo-module-template": "~55.0.1",
67
+ "expo-modules-core": "~55.0.1",
67
68
  "expo-navigation-bar": "~55.0.0",
68
69
  "expo-network": "~55.0.0",
69
70
  "expo-notifications": "~55.0.0",
@@ -86,11 +87,11 @@
86
87
  "expo-system-ui": "~55.0.0",
87
88
  "expo-task-manager": "~55.0.0",
88
89
  "expo-tracking-transparency": "~55.0.0",
89
- "expo-updates": "~55.0.0",
90
+ "expo-updates": "~55.0.1",
90
91
  "expo-video-thumbnails": "~55.0.0",
91
92
  "expo-video": "~55.0.0",
92
93
  "expo-web-browser": "~55.0.0",
93
- "jest-expo": "~55.0.0",
94
+ "jest-expo": "~55.0.1",
94
95
  "lottie-react-native": "~7.3.4",
95
96
  "react": "19.2.0",
96
97
  "react-dom": "19.2.0",
@@ -103,13 +103,6 @@ public class ExpoReactNativeFactory: ExpoReactNativeFactoryObjC, ExpoReactNative
103
103
  fatalError("recreateRootView: Missing RCTReactNativeFactoryDelegate")
104
104
  }
105
105
 
106
- if RCTIsNewArchEnabled() {
107
- // chrfalch: rootViewFactory.reactHost is not available here in swift due to the underlying RCTHost type of the property. (todo: check)
108
- assert(self.rootViewFactory.value(forKey: "reactHost") == nil, "recreateRootViewWithBundleURL: does not support when react instance is created")
109
- } else {
110
- assert(self.rootViewFactory.bridge == nil, "recreateRootViewWithBundleURL: does not support when react instance is created")
111
- }
112
-
113
106
  let configuration = self.rootViewFactory.value(forKey: "_configuration") as? RCTRootViewFactoryConfiguration
114
107
 
115
108
  if let bundleURL = withBundleURL {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo",
3
- "version": "55.0.0-preview.0",
3
+ "version": "55.0.0-preview.2",
4
4
  "description": "The Expo SDK",
5
5
  "main": "src/Expo.ts",
6
6
  "module": "src/Expo.ts",
@@ -79,7 +79,7 @@
79
79
  "@babel/runtime": "^7.20.0",
80
80
  "@expo/cli": "55.0.0",
81
81
  "@expo/config": "~55.0.0",
82
- "@expo/config-plugins": "~55.0.0",
82
+ "@expo/config-plugins": "~55.0.1",
83
83
  "@expo/devtools": "55.0.0",
84
84
  "@expo/fingerprint": "0.16.0",
85
85
  "@expo/local-build-cache-provider": "55.0.0",
@@ -95,7 +95,7 @@
95
95
  "expo-font": "~55.0.0",
96
96
  "expo-keep-awake": "~55.0.0",
97
97
  "expo-modules-autolinking": "55.0.0",
98
- "expo-modules-core": "55.0.0",
98
+ "expo-modules-core": "55.0.1",
99
99
  "pretty-format": "^29.7.0",
100
100
  "react-refresh": "^0.14.2",
101
101
  "whatwg-url-without-unicode": "8.0.0-3"
@@ -130,5 +130,5 @@
130
130
  "optional": true
131
131
  }
132
132
  },
133
- "gitHead": "6b424b7810c62417bb53f7e3d4e18a25403dbfeb"
133
+ "gitHead": "c7d6f4a7da3ee23f358d214a57029e534bdc69d6"
134
134
  }
package/template.tgz CHANGED
Binary file