2

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

enter image description here

James Matthew
  • 435
  • 1
  • 6
  • 10

1 Answers1

0

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

Alex
  • 1