react-native-poll
react-native-poll copied to clipboard
Property 'appearFrom' does not exist on type 'IntrinsicAttributes & IRNPollProps'
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.