Release 0.36.5
0.36.5 (2026-07-31) π Bug Fixes Fix cyclic JVM reference on CxxPart (memory leak) (#1459) (3691f5e), closes #1460 π Documentation add react-native-google-places module to resources (#1461) (02b74fe)
0.36.5 (2026-07-31) π Bug Fixes Fix cyclic JVM reference on CxxPart (memory leak) (#1459) (3691f5e), closes #1460 π Documentation add react-native-google-places module to resources (#1461) (02b74fe)
0.36.4 (2026-07-30) π¨ Performance Improvements Review @FastNative annotations again (#1458) (a41294a) π Bug Fixes Remove @FastNative from native callbacks entirely (#1457) (706dd0d) π Documentation Add react-native-auto-play module to resources (#1452) (7685289)
0.36.3 (2026-07-27) π Bug Fixes Make Sync<..> functions non-@FastNative (#1450) (c79bbc5)
0.36.2 (2026-07-27) π¨ Performance Improvements Reuse cached PropNameIDs in Record<string, T>::toJSI(...) conversion (#1429) (733cac0) π Bug Fixes Add support for RN 0.87+ by overloading new installJSIBindingsWithRuntime (#1437) (15c5c36) Compute AHardwareBuffer size in bytes, not pixels (#1445) (467dafd) Fix HardwareBuffer calculation for multi-layer (#1446) (f900149) Re-create JS object on dead rβ¦
0.36.1 (2026-06-30) π Bug Fixes Fix union inline joining not generating enums (#1427) (9c0172b)
0.36.0 (2026-06-30) β¨ Features Support variants of union-style enums (#1426) (8e31e1a) π Documentation Add showcase (#1381) (8fbd420)
0.35.11 (2026-06-24) π Bug Fixes Fix Swift wait fractional sleep in example object (#1365) (f9f254b) Read _tasks.empty() under _queueMutex in ThreadPool::run() (#1413) (a4cf95d) Synchronize C++ Promise<T> state-inspection accessors (#1398) (cd3d486) π Documentation Add Data Scanner (137a6d4) Add react-native-alternate-app-icon module to the Nitro Modules list (#1374) (5cd4434) add react-native-nitβ¦
0.35.9 (2026-05-27) π¨ Performance Improvements Prevent capturing onResolved/onRejected in Swift Promise (#1339) (2b733b9) π Bug Fixes Fix Promise<void> was destroyed! race condition by synchronizing Swift Promise operations (#1338) (d568d3a) Safely wrap/copy ByteBuffer without modifying cursor state (#1335) (326d3e4)
0.35.7 (2026-05-19) π Bug Fixes Fix Kotlin warning for reified T in structs (#1328) (5902226) Reset Kotlin C++ state in dispose() (#1326) (b92a5c2) π Documentation Add Camera & Vision to Awesome Nitro Modules (c116e41) Add more awesome nitro modules (#1325) (c870f9d)
0.35.6 (2026-04-28) π Bug Fixes Fix indentation for nitrogen invoke_cxx (#1308) (ca6e003) Fix nested arrays auto __element = __element assignment (#1307) (c136f5f) π Documentation Tell people that they can also just add reproduction PRs, not only fixes (4500ba0) Update contributing.md (45db616)
0.35.5 (2026-04-23) π Bug Fixes Override equals(...) and hashCode() to make all Kotlin structs equatable (#1288) (8c75b2d) Use JRunnable for runOnUIThread(..) (#1302) (580216a) π Documentation Add nitro.schema.json noindex (1b4fdf5) Add JSON+LD (#1297) (3f5bc35) Add Margelo "Let's talk" widget (#1299) (086e35c) update docs to reflect new autolinking syntax (#1291) (3908f6b)
0.35.4 (2026-04-08) β¨ Features Add .asType<T>() and .isType<T>() to Swift and Kotlin Variants (#1283) (7b7ef99) π Bug Fixes Fix Xcode 26.4. build with static linkage (#1282) (b4c302f)
0.35.3 (2026-04-02) β¨ Features Add RuntimeError(...) constructor (#1268) (25efe49) Add macOS support (via :osx podspec target) (#1280) (7932662) π Bug Fixes Some code cleanups (atomic<bool>, move assignment, const) (#1269) (ab2a050) π Documentation Update Nitro banners with new website (ea7511f) Use new algolia index name (1573fe7)
0.35.2 (2026-03-15) π Bug Fixes Fix [super invalidate] being broken in react-native 0.82 or below (#1267) (7e553ec) π Documentation Clarify its generated (a853988)