Call react native method from native iOS

How can i call a react native function written in my react native app from iOS native screen. For example : i have a getDetails() method written in React native .js file. I need to invoke this method in iOS native screen on button click. Can some one let me know how to achieve this.

Comments

Popular posts from this blog

React-native : Unable to use react-native-fast-image

react-native vs reactXP

reinterpret_cast bug or UB? [duplicate]