WrathChaos / react-native-poll

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

Property 'appearFrom' does not exist on type 'IntrinsicAttributes & IRNPollProps' #11

Open mochoudhry5 opened 1 year ago

mochoudhry5 commented 1 year ago

I am getting the following error when using the RNPoll Component: Property 'appearFrom' does not exist on type 'IntrinsicAttributes & IRNPollProps'. When I remove "appearFrom", an error is shown for "animationDuration". The app still runs and shows the poll, but the error is being shown on VS Code. I have closed and reopened VS Code and that did not do anything. Any help would be appreciated! Also, I am using typescript.

Screenshot 2023-09-08 at 6 33 29 PM Screenshot 2023-09-08 at 6 33 01 PM Screenshot 2023-09-08 at 6 37 25 PM