Closed jothikannan closed 5 years ago
I am not able to see the local images in the zoom viewer, rather it is not showing any errors, getting the blank screen
File path:
OutPut:
I am using react native fs for storing the captured images in App's document directory and i am trying to get the path and try to use with component,
Please help
Fixed it myself
No need of
props: { source: require('path') }
url is enough
@jothikannan can you explain how did you solved it?
Putting the URI directly on the url prop (same for remote urls)
I am not able to see the local images in the zoom viewer, rather it is not showing any errors, getting the blank screen
File path:
OutPut:
I am using react native fs for storing the captured images in App's document directory and i am trying to get the path and try to use with component,
Please help