Open chico opened 6 years ago
I'm getting this when trying to send to multiple recipients (using Gazfay's code here that fixes a bug with sending to multiple - https://github.com/tkporter/react-native-sms/issues/35), though a single recipient seems to work fine
When I test on my Android device but when the SMS is sent then the resultCode is always 0 (e.g. Activity.RESULT_CANCELED). Any ideas why?
I log the resultCode in the onActivityResult method.