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

Meaning of `{}` for return expression

Get current scroll position of ScrollView in React Native

flutter websocket connection issue