react-native-file-selector
react-native-file-selector copied to clipboard
onCancel never gets called for iOS
The callback onCancel never gets called. I have followed the instruction on README for iOS, everything was working fine except the onCancel never gets called. I looked into the source code and I think onCancel is passed down to /react-native-file-selector/ios/RNFileSelector.m and it seem like that onCancel is never used. But I am not 100% sure since I have knowledge for swift or objective C.
There is no status change for this issue. Is the issue fixed by any chance? I too am facing the same issue