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

flutter websocket connection issue

Webpack 5 and Storybook 6 integration throws an error in DefinePlugin.js

Meaning of `{}` for return expression