feat: Use `Object::create(...)` for faster Object creation
Instead of looking up the Object constructor through global, then getting it's static .create(..) function, we can now directly use jsi::Object::create(...) from the native side which should be more efficient - at least in Hermes we have a custom implementation that doesn't look like it's going through global: hermes.cpp:L2048-L2059: HermesRuntimeImpl::createObjectWithPrototype
[!WARNING]
jsi::Object::createwas added in https://github.com/facebook/react-native/pull/47946, which was first released in react-native v0.78.0. So technically this breaks on react-native 0.75, 0.76, and 0.77, which Nitro still claims to support.
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
| Project | Deployment | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| nitro-docs | Sep 26, 2025 11:47am |