vinzscam/react-native-file-viewer

blank page shown in ios

MAYILERUMPERUMAL opened this issue · 4 comments

using document picker to picked the file and i click to view the file file is shown but few seconds click the same file file content will be not shown blank white page shown

I am also facing the same issue is IOS.

simulator_screenshot_413464AC-A0C1-4373-8C25-C1E3B5CC3D8A

@najamulsaqib @HadiKhalifeh
yes i'm completed this issue, in document picker response data two type of url one is uri and another one is fileCopyUri
uri is temporavery only using this url to shown documents and images shown few seconds only so using fileCopyUrl is permanent url so if you are document picker use fileCopUrl .. thank you