You probably mean general purpose libraries, when it comes to libraries that need to interact with OS native APIs Tauri does the heavy lifting by implementing for all platforms including Android and iOS.
I mean every language is cross-platform at its core, even Node, but for more complex calls things get really tricky.