WrathChaos / react-native-poll

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

Text styling and changing highlight color for poll options #6

Closed vighnesh1987 closed 2 years ago

vighnesh1987 commented 2 years ago

Hello there, is there a way to change text styling and highlight color for poll options? If not, can you please give me code pointers on how to implement that? Happy to consider putting up a PR, if you can be quick to merge it!

WrathChaos commented 2 years ago

Hello @vighnesh1987 Let me quick check how can we do this :) I will inform you today

WrathChaos commented 2 years ago

Oke, for text styling;

choiceTextStyle and percentageTextStyle

you can customize any text style with these props.

for highlight colour:

fillBackgroundColor prop is here for customization for the filling of the colour.

If these props will not help you, please describe me with details :)