Skip to main content

Module bridge

Module bridge 

Source
Expand description

§JNI Bridge

The Rust side of the Bubba ↔ Android bridge. Java calls these #[no_mangle] functions; Rust calls back into Java via the stored JavaVM reference.

This is the equivalent of React Native’s NativeModule system.