ben
ben
@oktaysenkan fwiw we have managed to get codepush OTA updates working in bridgeless / interop mode on rn0.74.5 using the simple patch below. It serves our use case of simple...
This appears to crash due to [this](https://github.com/facebook/react-native/blob/v0.75.4/packages/react-native/ReactCommon/jsi/jsi/jsi-inl.h#L187) assert fn call failing ``` template inline std::shared_ptr Object::getHostObject(Runtime& runtime) const { assert(isHostObject(runtime)); return std::static_pointer_cast(runtime.getHostObject(*this)); } ``` This is at the top of...