We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 })
file:///${path}/www/viewer.html
can't access the static resources.
how to do that ???
The text was updated successfully, but these errors were encountered:
No idea and I'm not planning looking into it, sorry :(
Sorry, something went wrong.
oh , I'll have to drop out also
No branches or pull requests
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 ???
The text was updated successfully, but these errors were encountered: