jnbridge
v1.0.6
Published
the bridge of js and native
Downloads
38
Readme
let jsCallNative = nativeApiFactory('interfaceName'); let nativeCallJs = JsApiFactory('interfaceName');
jsCallNative(json, (res) => { // })
nativeCallJs((res, resCallback) => { // })
