react-native-documents / document-picker

Document Picker for React Native
https://react-native-documents.github.io/
MIT License
1.35k stars 437 forks source link

iOS: Not able to select multiple audio files at the same time. #500

Closed codal-mpawar closed 2 years ago

codal-mpawar commented 2 years ago

allowMultiSelection I tried with true and false value i am not able to select multiple audio files in iOS. so is there any other way please let me know here is my code. @lachlanroche @priyathamkumar DocumentPicker.pickMultiple({ type: types.audio }) .then((results) => { for (let i = 0; i < results.length; i++) { audioArray.push({ identifier: ${i}.toString(), title: results[i].name, audioURI: results[i].uri }); } }) .catch((error) => { console.log('error :::::', error); });

github-actions[bot] commented 2 years ago

:wave: @codal-mpawar, sorry you're having an issue. This issue is being closed because it does not provide all information required by the issue template. As the issue template explains, we require that you provide a runnable example that reproduces your issue and your environment information. This means you need to provide a code snippet that we can copy-paste into an empty project and see the error ourselves, or provide a git repository with the issue. The reason is that maintainers do not have time to try reproduce bugs themselves. Please try to minimize the superfluous code and focus only on reproducing the bug. Please create a new issue with this and we'll be happy to review it!