You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @1987cr! Thank you for taking the time to create an issue with full repro and details 👍
I can reproduce the issue and I already have a fix I can implement, but before launching a fixing PR I will need to review the way other platforms work so we have a common behavior across all of them.
# Why
fix audio and video issues from sdk48 android unversioned qa
# How
- [ncl] play position back-and-forth is actually from slider's [`onSlidingComplete` issue](callstack/react-native-slider#487). this pr update the vendored slider to the latest version with a fix.
- [ncl] `setVolumeAsync` unhandled promise rejection: access `sound` when it's before starting (undefined).
- [av] also find a regression for SimpleExoPlayer jsi audio sampler which should access the player from main thread.
# Test Plan
- ci passed
- android unversioned expo go + ncl audio / video
Environment
Description
In v4.4.1, every time
value
prop changes,onSlidingComplete
callback is called.Reproducible Demo
The text was updated successfully, but these errors were encountered: