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
Post a Comment