react-native-communications icon indicating copy to clipboard operation
react-native-communications copied to clipboard

Issues with SMS when using facebook messenger as default SMS app

Open david8zhang opened this issue 7 years ago • 1 comments

Using

  • react-native-communications v2.2.1
  • react-native with expo (using sdk 23.0.0?)

When I prefill SMS messages while using Facebook messenger on Android using react-native-communications, it works the first time I try it, but then doesn't prefill it again if I delete the text in the Facebook messenger text input and call react-native-communications' text API a second time.

david8zhang avatar Feb 21 '18 22:02 david8zhang

Can you try using react-native Linking library and see if the same issue happens? This module is just a wrapper around that library.

anarchicknight avatar Mar 21 '18 15:03 anarchicknight