react-native-file-selector
react-native-file-selector copied to clipboard
FilePicker is not shown up inside modal
"react-native": "0.54.4",
"react-native-file-selector": "0.0.6",
"react-native-modal": "^6.0.0",
file-selector doesn't open up when modal is open. Does anyone has similar issue?
same issue. any update?
same, this only happens for me in ios
i stuck in same problem any help please.
actually first close the model and then open file selector within setTimeout() method.
this.props.closePicker(); setTimeout(() => { this.launchFileSelector() }, 500);
issue solved.