Closed mrousavy closed 1 month ago
Example app now properly works on both iOS and Android, with both C++ and Swift/Kotlin Hybrid Objects tested.
Variants, Tuples, and JS callbacks that return a value are not yet implemented on Swift/Kotlin, so they are not yet tested.
Additionally, a few things are fixed now:
double
jni::JDouble
ArrayBuffer.allocate(..)
ArrayBuffer
Example app now properly works on both iOS and Android, with both C++ and Swift/Kotlin Hybrid Objects tested.
Variants, Tuples, and JS callbacks that return a value are not yet implemented on Swift/Kotlin, so they are not yet tested.
Additionally, a few things are fixed now:
double
->jni::JDouble
) in promise resolvers now works. Previously it was a compiler errorArrayBuffer.allocate(..)
to Kotlin APIsArrayBuffer
types