effectussoftware / react-custom-roulette

Repository for the react-custom-roulette library
MIT License
312 stars 112 forks source link

image Prop vs options #124

Closed ngtrthvu3007 closed 1 year ago

ngtrthvu3007 commented 1 year ago

why the wheel only render images, do not render option string ? my wheel before : image my wheel after: image the options section are replaced by the image, i try only the first option have image, and my wheel: image note: i config imageProps like that: uri: item.image, sizeMultiplier: 0.3, offsetX: 1, offsetY: 0.5,

luchozamora1 commented 1 year ago

@ngtrthvu3007 Thank you for the feedback. Right now we set it up in a way that a wheel option can be either a text string or an image, but not both. Also, it is not in our plans to work on this feature, so feel free to create a PR with the necessary changes and we will make sure to check it.

mclopez09 commented 1 year ago

How do you place the pointer in the middle?