react-native-file-selector icon indicating copy to clipboard operation
react-native-file-selector copied to clipboard

FilePicker is not shown up inside modal

Open ivancheng1214 opened this issue 7 years ago • 4 comments

"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?

ivancheng1214 avatar Nov 04 '18 09:11 ivancheng1214

same issue. any update?

scanifydevo avatar Nov 05 '18 09:11 scanifydevo

same, this only happens for me in ios

phantom1299 avatar Nov 25 '18 13:11 phantom1299

i stuck in same problem any help please.

reactdevrocks avatar Nov 26 '18 17:11 reactdevrocks

actually first close the model and then open file selector within setTimeout() method. this.props.closePicker(); setTimeout(() => { this.launchFileSelector() }, 500); issue solved.

reactdevrocks avatar Nov 26 '18 18:11 reactdevrocks