ihmpavel

Results 13 comments of ihmpavel

Hi, In January I created custom local provider based on S3, which is handling Cloudfront. I ended invalidating cache, because replacing the image do not purge the Cloudfront cache (the...

Hi, does PR wait on something I should do?

Hi, @adamprescott Did you have time to dive in more in the code and make some changes?

Hi, as far as I know sometimes these errors are weird and I do not know what to do to prevent them (it requires a fix from Expo). :/

Hi, right now there is no way to detect the behaviour you want to archieve. (I have the same problem also in my app :D.) I do not have plans...

Same issue as https://github.com/ihmpavel/expo-video-player/issues/464

Hi, thanks for asking. Unfortunatelly this package is just wrapper around Expo Video component. That means right now not. More info: https://forums.expo.io/t/does-expo-video-have-support-for-subtitles/22283/2 https://expo.canny.io/feature-requests/p/subtitles-in-video https://expo.canny.io/feature-requests/p/suport-to-subtitle-in-video-component (fewer votes)

Hello, I have just released version `2.1.0`. Please check `example-app` if the problem persists. (Should be working without issues.)

Hi, I will take a look and update [installation](https://github.com/ihmpavel/expo-video-player#installation) section respectively with the updates of Expo SDK 46 and deprecation of `expo-cli`

Hi, `moment` is working fine, with vite. Unfortunately `moment.locale()` is not working. We have found a simple solution to be used with `vite`! 🥳 Instead of `import 'moment/locale/cs'`, use `import...