react-native-background-upload
react-native-background-upload copied to clipboard
[Android] Add setUtf8Charset param
android-upload-service has a setUtf8Charset() method that can be called on multipart uploads to use the UTF-8 charset. Without this set, parameters fields with high Unicode characters such as emojis are replaced with question marks. It would be nice if a setUtf8Charset parameter was added to the options so that this can be set when needed.
https://github.com/Vydia/react-native-background-upload/pull/168 I've tried :)