Hi I'm using the latest version of react native in-app messaging and I need to handle the button clicks. Can someone help me with this
Hi I'm using the latest version of react native in-app messaging and I need to handle the button clicks. Can someone help me with this
You should use deeplinks.
Setup deeplink like myapp://do_something
Then in firebase console add same action for the button.
When you press button, deeplinks listener will be triggered