0.18.0 (2024-11-27)
✨ Features
🐛 Bug Fixes
- Add
react-native-nitro-modules
peerDependency to template (12276b8) - Catch cases where a
Promise<T>
could potentially be rseolved twice (#362) (ed24de6) - Fix moving
sharedFunction
after first callback call (d0052ec) - Fix Promise rejections not having a message by using
std::exception_ptr
to avoid C++ object slicing (#369) (b069fb6) - Fix ref counting with recursive mutex (#368) (0747e09)
- Generate a shadow
ordinal
field for Kotlin Enums (#360) (7a32224)