Are there any guides for implementing JavaScriptModule in react-native?

前端 未结 2 1007
粉色の甜心
粉色の甜心 2020-12-30 11:36

Interested in implementing direct native to javascript calls in react-native. But didn\'t find any guides for that.

Please, help wi

2条回答
  •  鱼传尺愫
    2020-12-30 12:23

    I'm not sure that's possible, but why would you want to do this anyway? Use NativeAppEventEmitter/DeviceEventEmitter and just send it as an event that you'll listen to on the JS side.

提交回复
热议问题