Can't see created folder in react native app (android) -


i connected android device pc, uploaded folder files internal storage. file:///sdcard/myfolder when try read directory react-native application can't see folder

let storage = yield rnfs.readdir('file:///sdcard/') console.log(storage) 

this log shows other folders in directory not 1 i've created pc. files wrote application not visible on pc, can see application , android file explorer. stuck problem, can't find on github issue week.

i use react-native-fs 2.5.1, react-native 0.48.0 on android 4.4.2

i'm sorry, path incorret. when changed file:///storage/emulated/0/myfolder saw files. still can't see files application has created. after device reboot, question.

i'm new android file system , hope answer else someday.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -