react-native-webview-invoke icon indicating copy to clipboard operation
react-native-webview-invoke copied to clipboard

The best way to invoke async function

Open yjose opened this issue 6 years ago • 2 comments

Hi @pinqy520 , thanks for the great work 👍 I need some help invoking functions with Promise as return Value. Any idea of how we can handle such use case?

yjose avatar May 28 '19 00:05 yjose

did you come up with a solution?

robertlevy avatar Aug 25 '21 14:08 robertlevy

Try this https://github.com/linonetwo/react-native-postmessage-cat , currently the best way to pass Promise and Observable

linonetwo avatar Sep 05 '23 02:09 linonetwo