Wojciech Dróżdż
Wojciech Dróżdż
@tkrafael You will have to wait until we publish a new version, this should be in a few days
@Bashin Hi, are you using the new architecture? Also does the location never work for you or only on the first launch like in this issue? https://github.com/expo/expo/issues/26373
@tknuts It's a major issue, we'll resolve it asap 🫡
Issue fixed in the PR above, after we merge it will be published under SDK 51 in a few days (probably sometime after App.js)
@aeminkyr The fix has been published in `expo-task-manager` `11.8.2`. Are you using that version and the updates are still not working for you?
@de1acr0ix Since you don't want to interrupt other apps, I'm assuming that your app has `staysActiveInBackground` set to false. In that case in here: https://github.com/expo/expo/blob/49c358f7556e3e197480494dddfa73090b43ab79/packages/expo-av/ios/EXAV/EXAV.m#L167-L182 This https://github.com/expo/expo/blob/49c358f7556e3e197480494dddfa73090b43ab79/packages/expo-av/ios/EXAV/EXAV.m#L171 Will be called...
@tslater This should be includes as a part of SDK-51, but we have to merge it first. If you want to test it now, you can `patch-package` expo-video with changes...
Hi, I created a new app with `npx create-expo-app`, insterted a `BlurView`, started it on web and everything seemed to work correctly without your fix. I don't really understand the...
@cornejobarraza is right, we don't offer support for expo-video in expo-go as of now. I'll add an appropriate warning to the docs. Regarding your loading issue, have you tried running...
@Malickmimd Are you using SDK 51?