react-native-media-controls icon indicating copy to clipboard operation
react-native-media-controls copied to clipboard

Change react-native-slider dev depedencies

Open padunk opened this issue 3 years ago • 5 comments

Hi, Thanks for making this awesome control. One of the crucial dependency (react-native-slider) seems not maintain anymore. I keep getting a warning about it. Is it possible to switch to other package?

padunk avatar Sep 29 '20 04:09 padunk

why not use this? https://github.com/callstack/react-native-slider

xchwarze avatar Oct 21 '20 04:10 xchwarze

@xchwarze because it requires linking the package, and I would prefer to keep this library as simple as possible.

I'll take a look into the slider warnings this weekend.

charliesbot avatar Oct 21 '20 04:10 charliesbot

@charliesbot Hello is there any posibility that will you swap those packages? The "react-native-slider" is the old one, without any further support. Thanks :]

WilliamRayo avatar Apr 09 '21 11:04 WilliamRayo

From what I've seen in other screenshots from people that swapped both libraries, it looks a little bit different.

I was planning to upgrade the original library. But if the community already settled down with react-native-slider (which is a different library from a different creator, even if they share a similar API), I'll prefer to work on the upgrade.

Feel free to open a PR with this change + screenshots if you are in a rush.

Otherwise, I can take a look in a couple of days. I changed jobs a couple of weeks ago and most of my time goes into the new gig.

charliesbot avatar Apr 12 '21 04:04 charliesbot

For Expo users we rely on @react-native-community/slider

rsallar avatar Jul 24 '21 14:07 rsallar