Forwarding JNI init calls to plugin

It’d be awesome to have the JNI initialization functions forwarded to plugins - I’m currently looking at creating a few various Android plugins but it seems that trying to lookup functions crashes when not done in JNIOnLoad.
Any suggestions on whether this would be doable or when it could come in?

Seems like the plugin capabilities of the mobile version is seriously limited as well. Any plans to improve that?

Are there any solutions for this issue ?
We are building a plugin that relies on Android/iOS native SDKs, and C++ interface only behaves as a wrapper to native SDKs.

We are having issues with JNI methods/classes not founded due to no dex classes found on path. Any help would be appreciated.