how to fetch image or video files from user’s smartphone as fast as tiktok or instagram
I’m making function that fetch image or video files from user’s smartphone. At that time, I was using react-native-fs. but it is too slow to fetch files(In my case, it takes 3~5second, too slow, I think user will leave the app). When I used Instagram or tiktok, it fetched files from my phone in an instant. how to do that?