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

docs: Change return type Promise<void> to void from startUpload documentation

Open zatteo opened this issue 2 years ago • 0 comments

According to TS types and code, this method return void and not Promise<void>

zatteo avatar Jul 26 '23 10:07 zatteo