expo-modules-core
Advanced tools
Comparing version 1.5.3 to 1.5.4
@@ -13,3 +13,3 @@ import { EventEmitter } from '../EventEmitter'; | ||
// We have to export `CodedError` via global object to use in later in the C++ code. | ||
global.ExpoModulesCore_CodedError = CodedError; | ||
globalThis.ExpoModulesCore_CodedError = CodedError; | ||
//# sourceMappingURL=setUpErrorManager.fx.js.map |
@@ -13,2 +13,12 @@ # Changelog | ||
## 1.5.4 — 2023-07-04 | ||
### 🐛 Bug fixes | ||
- Fix the `View cannot be cast to ViewGroup` exception on Android. ([#23264](https://github.com/expo/expo/pull/23264) by [@lukmccall](https://github.com/lukmccall)) | ||
### 💡 Others | ||
- Changed Objective-C names for `ExpoReactDelegate` and `ExpoReactDelegateHandler` to fix issues with versioning in Expo Go. ([#23229](https://github.com/expo/expo/pull/23229) by [@tsapeta](https://github.com/tsapeta)) | ||
## 1.5.3 — 2023-06-24 | ||
@@ -15,0 +25,0 @@ |
{ | ||
"name": "expo-modules-core", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "The core of Expo Modules architecture", | ||
@@ -45,3 +45,3 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "19e6561830e33168b1c963ec50b7248baafbb758" | ||
"gitHead": "cf90d5c30c2a08a6493ebfa8aa3791aa70666759" | ||
} |
@@ -16,2 +16,2 @@ import { EventEmitter } from '../EventEmitter'; | ||
// We have to export `CodedError` via global object to use in later in the C++ code. | ||
global.ExpoModulesCore_CodedError = CodedError; | ||
globalThis.ExpoModulesCore_CodedError = CodedError; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1428427
683