charliesbot / react-native-media-controls

A sweet UI component to manipulate your media. Strongly typed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update required.

mauromouratopsapp opened this issue · comments

react-native-slider became @react-native-community/slider

Or is another library used?

this is using https://github.com/jeanregisser/react-native-slider, mostly because @react-native-community/slider requires linking with native code and I didn't want to add an extra step to the users of this library.

I know that https://github.com/jeanregisser/react-native-slider is sending some warnings because it uses the old react lifecycle, I'm working on a fork to update the library and remove those warnings.

@charliesbot
Got it, thanks for the clarification. I used the slider of the community in the version of RN 0.62.2 without any problem.

@charliesbot 明白
了,感谢您的澄清。我在RN 0.62.2版本中使用了社区的slider,没有任何问题。

I want to know which library are you using?