| a9c51fbb | 25-Jan-2023 |
Gabriel Donadel Dall'Agnol <[email protected]> |
[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).
show more ...
|