Android: added also support to send send a string attachment, as in iOS
Android: fixed attachment method, which did not work (JSONObject as param causes app to crash; switched to RN’s ReadableMap)
iOS & Android: separated the String attachment method to a new one: addAttachmentWithString (as there a technical problem to support both on the same method on Android)
Android: added also support to send send a string attachment, as in iOS
Android: fixed attachment method, which did not work (
JSONObject
as param causes app to crash; switched to RN’s ReadableMap)iOS & Android: separated the String attachment method to a new one:
addAttachmentWithString
(as there a technical problem to support both on the same method on Android)