DrChai / react-native-rheostat

inspired by Airbnb's rheostat, a powerful slider with assorted data visualized charts
MIT License
117 stars 18 forks source link

How to pass styles to this component #34

Closed MuhammadAbdullah54321 closed 2 years ago

MuhammadAbdullah54321 commented 2 years ago

I want to modify handles of slider ... want to change styles also I want to change the height of graph but i don't see any options available for that nor do i see them in documentation

DrChai commented 2 years ago

Sorry for the not perfect documentation, actually you can modify handles or bar by passing handle or progressBar to withRheostat: https://github.com/DrChai/react-native-rheostat/blob/master/src/hoc/withRheostat.tsx#L51. it uses DefaultHandler by default