[av][ncl][go] fix audio and video qa issues (#21055)# Why fix audio and video issues from sdk48 android unversioned qa # How - [ncl] play position back-and-forth is actually from slider's
[av][ncl][go] fix audio and video qa issues (#21055)# 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](https://github.com/callstack/react-native-slider/issues/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
show more ...
[android][ios] Upgrade @react-native-community/slider to 4.4.1 (#20903)# Why Closes ENG-7322 # How Updated `@react-native-community/slider` target config `rootDir` to `package/` as they h
[android][ios] Upgrade @react-native-community/slider to 4.4.1 (#20903)# Why Closes ENG-7322 # How Updated `@react-native-community/slider` target config `rootDir` to `package/` as they have recently reorganized their repo structure And then ```sh et uvm -m @react-native-community/slider -c v4.4.1 et pods -f yarn ``` # Test Plan - [x] test using `bare-expo` Android + NCL slider - [x] test using `bare-expo` iOS + NCL slider - [x] test unversioned expo go ios + NCL slider - [x] test unversioned expo go android + NCL slider # Checklist <!-- Please check the appropriate items below if they apply to your diff. This is required for changes to Expo modules. --> - [x] Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md). - [x] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md) - [x] This diff will work correctly for `expo prebuild` & EAS Build (eg: updated a module plugin).
[android][ios] Upgrade @react-native-community/slider to 4.2.4 (#19424)# Why close ENG-6538 the latest slider version is v4.3.2, but it is incompatible with reanimated layout animation setup.
[android][ios] Upgrade @react-native-community/slider to 4.2.4 (#19424)# Why close ENG-6538 the latest slider version is v4.3.2, but it is incompatible with reanimated layout animation setup. mainly because it uses the [dispatchModern](https://github.com/callstack/react-native-slider/blob/7afcaeb754aad6e362cbf43da2d5ff32a1feb1f3/package/android/src/main/java/com/reactnativecommunity/slider/ReactSliderEvent.java#L50-L53). as we doesn't support fabric on android expo go, it should be fine to not upgrade slider 4.3 which is mainly for fabric support. # How - update to new style vendoring - `et uvm -m @react-native-community/slider -c v4.2.4 -p android` - `et uvm -m @react-native-community/slider -c v4.2.4 -p ios` # Test Plan - android unversioned expo go + NCL slider - ios unversioned expo go + NCL slider