我已经尝试了String currentDate = dateFormat.format(currentLocalTime);
String localTime = date.format(currentLocalTime);// to get the time zone i have used this.
String newtime=currentDate+localTime;// and then i have apeend this now print log you will get the desire result.
等等但是没有一个能正常工作。任何人都可以建议我react-native-file-picker, react-native-file-chooser, react-native-document-chooser
从设备存储中选择文件。
答案 0 :(得分:7)
根据个人意见,我使用react-native-document-picker
。
目前它支持file upload
DocumentPickerUtil.allFiles()
DocumentPickerUtil.pdf()
DocumentPickerUtil.audio()
DocumentPickerUtil.plainText()
其他限制可以根据file type option
修改,因为它提供了以下file res
选项
res.uri,
res.type, // mime type
res.fileName,
res.fileSize
答案 1 :(得分:0)
我使用react-native-file-picker,因为它可以选择手机中的所有文件。 但是react-native-document-picker选择的文件非常有限