WrathChaos / react-native-poll

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

Undo Vote #4

Open niti-simformsolution opened 3 years ago

niti-simformsolution commented 3 years ago

How to undo the poll on button click of Undo?

WrathChaos commented 3 years ago

There is no way to do it now, its a new feature but it is doable :)

PR's are also welcome if you do not want to wait.

Mukthayar1 commented 3 years ago

I have done this

WrathChaos commented 3 years ago

hello @Mukthayar1, Can you open a PR for that? I would love to merge it.

Mukthayar1 commented 2 years ago

hi @WrathChaos how are you ? actually , I have done this by my requirement when user click on poll i save poll id and user id . if user have poll id then its not poll able otherwise you can poll it and delete the poll id to poll again.. i am using this firebase to store user info and poll ids.

Mukthayar1 commented 2 years ago

just seen your repositories they are just amazing...