WrathChaos / react-native-poll

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

RNPollContainer styling #2

Closed Vikraantnegi closed 3 years ago

Vikraantnegi commented 3 years ago

Can't change the background color of the poll container. Also there is this marginTop : 32 for Poll Container in your document, can't change it through the library. You should consider adding the background color and changing the marginTop or giving it dynamically.

WrathChaos commented 3 years ago

Hello @Vikraantnegi, You're totally right! I just missed it. I'm working on it right now, it will be available within an hour :) I will inform you.

WrathChaos commented 3 years ago

Hey again @Vikraantnegi, I've published a new version:

Release 0.1.1 🥳

Please check it out, also free free to open any new issue by any request :) I'm open to contribute this library.

Vikraantnegi commented 3 years ago

Hello there! Actually, I checked and tried to use the pollContainerStyle but it isnt working, there's an attribute but styling is not getting applied. Please look into it

On Tue, Nov 24, 2020 at 3:29 PM FreakyCoder notifications@github.com wrote:

Closed #2 https://github.com/WrathChaos/react-native-poll/issues/2.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/WrathChaos/react-native-poll/issues/2#event-4031850987, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKPL2QLGQFT3GMQQBDHPF6DSRN7WTANCNFSM4UAQZ2EQ .

WrathChaos commented 3 years ago

Hello there! Actually, I checked and tried to use the pollContainerStyle but it isnt working, there's an attribute but styling is not getting applied. Please look into it … On Tue, Nov 24, 2020 at 3:29 PM FreakyCoder @.***> wrote: Closed #2 <#2>. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#2 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKPL2QLGQFT3GMQQBDHPF6DSRN7WTANCNFSM4UAQZ2EQ .

I'm testing

WrathChaos commented 3 years ago

Hey @Vikraantnegi, Version 0.1.1 has a bug about local-asset folder, I forgot that.. I unpublished the 0.1.1 version and the new version is 0.1.2 please try it out. I tested on the example project it works.

Waiting for your feedback.