react-native-slider icon indicating copy to clipboard operation
react-native-slider copied to clipboard

Track marks are not rendered

Open Livijn opened this issue 3 years ago • 1 comments

For some reason the track marks are not rendered on the first render. My work around looks like this:

onLayout={() => setTimeout(() => setMarks(trackMarks), 1000)}

Livijn avatar May 23 '22 15:05 Livijn

Which component should have this param?

afzdev13 avatar Dec 27 '22 15:12 afzdev13