shipt / segmented-arc-for-react-native

Segmented arc component for React Native
MIT License
93 stars 10 forks source link

Feature: Scaled Segment Width #83

Closed dakota-kallas closed 5 months ago

dakota-kallas commented 5 months ago

Allow for the segment width to be scaled alongside the specified segment scales

Here's an example of this in action: image scaled

jkhusanov commented 5 months ago

Hey @dakota-kallas thanks for the PR, are you trying to achieve something that has been done recently? https://github.com/shipt/segmented-arc-for-react-native/pull/70

dakota-kallas commented 5 months ago

@jkhusanov thanks for the reply! The implementation referenced is even better than what I was thinking, as it allows for even more customization!

dakota-kallas commented 5 months ago

@jkhusanov I did find #84 though