Please provide the following:
- SDK Version: 48
- Platforms(Android/iOS/web/all): iOS
- Add the appropriate “Tag” based on what Expo library you have a question on.
Hi, I’m using expo-video in order to create video background. I’ve resolved issues with video dimensions, and the only one left is that every time the video restarts (isLooping=true), RAM usage increases and I cannot do anything about it. It looks like every loop pass the video is being loaded once again, which would be OK if the old one would be released from memory. The video is not that big, and the RAM usage is not huge but it just feels wrong to leave this like that. The weird thing is that I’ve searched almost everywhere and I couldn’t see anyone with issue too. The video I’m using is a simple MP4 one bundled in assets folder in project.