react-native-slider
react-native-slider copied to clipboard
Track marks are not rendered
For some reason the track marks are not rendered on the first render. My work around looks like this:
onLayout={() => setTimeout(() => setMarks(trackMarks), 1000)}
Which component should have this param?