[Android][iOS] @react-native-community/netinfo 9.3.10, react-native-pager-view to 6.2.0 (#22892)
[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/netinfo to 9.3.7 (#20913)# Why Closes ENG-7317 # How ``` et uvm -m @react-native-community/netinfo -c 'v9.3.7' et pods -f yarn ``` # T
[Android][iOS] Upgrade @react-native-community/netinfo to 9.3.7 (#20913)# Why Closes ENG-7317 # How ``` et uvm -m @react-native-community/netinfo -c 'v9.3.7' et pods -f yarn ``` # Test Plan - [ ] test unversioned expo go ios - [ ] test unversioned expo go android - [ ] CI tests pass # Checklist - [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).
Update vendored modules that were patched since last update (#19647)
[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
[Android][iOS] Upgrade @react-native-community/netinfo to 9.3.3 (#19421)* [Android][iOS] Upgrade @react-native-community/netinfo to 9.3.3 * CHANGELOG
[netifo][iOS][Android] Upgrade `@react-native-community/netinfo` from `8.2.0` to `9.3.0` (#18045)# Why Closes ENG-5508. # How Run: ``` et uvm --module "@react-native-community/netinfo" -
[netifo][iOS][Android] Upgrade `@react-native-community/netinfo` from `8.2.0` to `9.3.0` (#18045)# Why Closes ENG-5508. # How Run: ``` et uvm --module "@react-native-community/netinfo" --commit "v9.3.0" --target "expo-go" ```
Upgrade `@react-native-community/[email protected]` ➡️ `8.2.0` (#16883)* Upgrade `@react-native-community/[email protected]` ➡️ `8.2.0` * Add changelog entry for netinfo upgrade * [ios] Rebuild podfi
Upgrade `@react-native-community/[email protected]` ➡️ `8.2.0` (#16883)* Upgrade `@react-native-community/[email protected]` ➡️ `8.2.0` * Add changelog entry for netinfo upgrade * [ios] Rebuild podfile lockfile * [ios] Rebuild podfile lockfile
[android][ios] Upgrade react-native-netinfo to 7.1.3 (#15352)# Why upgrade react-native-netinfo to 7.1.3 for sdk 44. close ENG-2535 # How - `et uvm -m @react-native-community/netinfo -c "
[android][ios] Upgrade react-native-netinfo to 7.1.3 (#15352)# Why upgrade react-native-netinfo to 7.1.3 for sdk 44. close ENG-2535 # How - `et uvm -m @react-native-community/netinfo -c "v7.1.3"` - `yarn && et pods -f` # Test Plan - android unversioned Expo Go + NCL - ios unversioned Expo Go + NCL
[netinfo] upgrade netinfo to v6.0.2 (#14329)* uvm command * remove old netinfo files * changelog
[ios] move vendored modules aside from lottie/reanimated back to old location
[ios][android] Update @react-native-community/viewpager and add react-native-pager-view to bundledNativeModules.json (#12169)
[ios][android] Update NetInfo to 6.0.0 (#12112)
[ios][android] Update react-native-community/viewpager to 4.2.3 (#12003)
[ios] Update NetInfo to 5.9.10 (#11947)