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
Web-Specific Fixes for onValueChange and Deprecated React Methods (#563)
* Fix web-specific onValueChange behavior and deprecate React methods
- Modify onValueChange in RNCSliderNativeComponent.web.tsx for web platform to ensure it's called only during user interaction.
- Replace deprecated StyleSheet.compose with array syntax in Slider.tsx and RNCSliderNativeComponent.web.tsx.
* Fix linting issues and improve code formatting in slider component
- Adjust onResponderMove and closing tag syntax for better readability and consistency
- Ensure adherence to project's linting rules for cleaner code structure
* Fix snapshot test issues by refining style definition in Slider
- Adjust the style array in Slider.tsx to conditionally include props.style
- Resolve snapshot test failures by preventing inclusion of undefined in style array
- Eliminate the need for updating snapshots as component rendering remains consistent
0 commit comments