WrathChaos / react-native-poll

Voting and poll library for React Native with fully customizable options
https://freakycoder.com
53 stars 21 forks source link

Android border-radius problem #7

Closed mmaass closed 1 year ago

mmaass commented 2 years ago

Hi,

first things first: great component 🤘🏽

I found a graphical bug on Android. The iPhone simulator does not have the issue.

So the borderRadius of the Animated.View appears to be different than that of the PollItemContainer, as far as i can see.

WrathChaos commented 2 years ago

Woa :O Never seen it. Thank you for reporting this @mmaass :)

I'm going to fix it ASAP :) Probably going to upgrade to code as well

SiDDhartharG commented 1 year ago

is this fixed?? Still facing issue "react-native-poll": "^0.1.2"

WrathChaos commented 1 year ago

Hello @mmaass and @SiDDhartharG

I finally fixes this bug :) Also, added some new props and typescript errors

Here is version 1 https://github.com/WrathChaos/react-native-poll/releases/tag/1.0.0

Please take a look at this :)

CleanShot 2023-07-10 at 10 30 20

mmaass commented 1 year ago

can confirm it's fixed in 1.0.0 👍🏼