Interested in implementing direct native to javascript calls in react-native. But didn\'t find any guides for that.
Please, help wi
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.