does anyone knows of a cordova plugin that can communicate with a C library?
In my project I need to pass some data through a C library. From what I understand I need to go through javascript -> objective-c -> C in order to do what I want. Little issue, I don't know Objective C, or Swift.
If anyone's heard of that please let me know.
Cheers.