Question About Expo Video. Where does Expo-Video reserve a data ?

Please provide the following:

  1. SDK Version: 3.4.1
  2. Platforms(Android/iOS/web/all): iOS

This is not a issue or a problem, just a question.
Where does Expo-Video reserve its downloaded video-data.

When I use Expo-Video and set source like <Video source={uri: “https://xxxx”} />,
it seems like it downloaded video data at first, and reserve the data somewhere in the local storage. I guess so because video data loading is quite fast after the first download.

Therefore the questions are

  • Is the data really reserved on somewhere in the local storage as I guess?
  • If that is true, where? How can I manage the data (like destroying old one).

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.