i am passing enum to android native module but i get this error at run time
> [ERROR] : JNIUtil: !!! Unable to convert unknown Java object class 'miy.Enums$Status' to Js value !!! > [INFO] : libc: Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 6614 (KrollRuntimeThr)
the above error is displayed before even the function in native module is called ? so it seems like the issue is in JNI layer?
so how do i pass enum to a native module ?