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

feat: ability to customize SelectionDot component

Open robinvw1 opened this issue 3 years ago • 0 comments

Description

The current selection dot is 'design-wise' quite opinionated. It has a light shadow and an outer ring.

Instead of introducing a lot of new props (no offence https://github.com/margelo/react-native-graph/pull/21) to customize the look-and-feel of the selection dot, I went for a flexible way to provide your own SelectionDot component.

Demo

Default situation With custom selection dot

robinvw1 avatar Jul 27 '22 14:07 robinvw1