hello, leefsmp
the project doesn't work in my android as follow:

I am wondering the assets folder can't be bundled output to android simulator,
so the code
return RNFS.DocumentDirectoryPath
...
this.setState({
uri: file:///${path}/www/viewer.html
})
can't access the static resources.
how to do that ???
hello, leefsmp
the project doesn't work in my android as follow:
I am wondering the assets folder can't be bundled output to android simulator,
so the code
...
this.setState({
uri:
file:///${path}/www/viewer.html})
can't access the static resources.
how to do that ???