https://linear.app/comm/issue/ENG-10256/upgrade-react-native-to-080-and-expo-to-sdk-53
https://linear.app/comm/issue/ENG-10764/bring-back-video-caching-on-ios
Kept caching on iOS according to the instructions here: https://docs.thewidlarzgroup.com/react-native-video/docs/v6/other/caching
Also keep in mind that from now on to install pods you need to run bundle exec pod install instead of just pod install.
I've added this in the postinstall script.
Depends on D14989