You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made app that capture camera images and store them into devices at users prompts. After capturing user could delete captured image (I do it with RNFS unlink). But when I reopen camera roll - deleted blank image still present here. I think there some kind problem with cache and each file need to be checked with RNFS.exists before show it thumbnail in the picker.
The text was updated successfully, but these errors were encountered:
I made app that capture camera images and store them into devices at users prompts. After capturing user could delete captured image (I do it with RNFS unlink). But when I reopen camera roll - deleted blank image still present here. I think there some kind problem with cache and each file need to be checked with RNFS.exists before show it thumbnail in the picker.
The text was updated successfully, but these errors were encountered: