Wojciech Dróżdż

Results 87 comments of Wojciech Dróżdż

Thanks for reporting the issue! You are right, we should make this property configurable 😄 You can expect a PR soon 🫡

@savin-ivelum It is, changes to expo-video are published from the `sdk-51` branch so you should check [the changelog there](https://github.com/expo/expo/blob/sdk-51/packages/expo-video/CHANGELOG.md). It usually takes some time until we synchronise the changelogs between...

@mihailapuste Sorry to hear that! After merging the PR with the fix it seemed to work every time on my setup. I'll take another look. It's most likely a similar...

@mihailapuste Could you make a github repo with a minimal reproducible example? I can't seem to get it to crash while in my app

@mihailapuste I'm guessing mobx keeps a reference to the video, while it's automatically released when you leave the screen. I'm guessing you are trying to use the same player across...

@HADeveloper Looks like you still need to rebuild the typescript code in the `expo-video` package 😄

@HADeveloper Merged! Good job and thank you for a great feature!

@JustJoostNL It's now published in `expo-video` `2.2.0`!

Hi everyone. This is an issue not only with video, but with all of our SharedObjects. It's because `react-compiler` can't properly interpret the value returned from `useVideoPlayer` hook. rn-reanimated had...

@JustJoostNL Yes, it it will only get updated once, so it should be fetched from the player every time on get (and block the thread). We will be adding event...