Ask to choose Audio file in React Native?
问题 I have App for upload Songs to our API, but I can't find a library for that, Like RN-image-picker that ask the user which photo he wants to choose, So is there anything like this but for File "especially Audio" I'm trying react-native-fs and use example code snippet he provides in README but when I invoke it I got a function as result in logs chooseFile = () => { RNFS.readDir(RNFS.DocumentDirectoryPath) .then(result => { console.log('GOT RESULT', result); // here i got functions as result //