UdaySravanK/RNSwipeButton

[Bug] Interface says containerStyle but correct prop is containerStyles

Closed this issue · 1 comments

Describe the bug
I am using Webstorm IDE and the suggestions for props for containerStyles say containerStyle so is kind of confusing because the correct prop is containerStyles

you can see this on the file types.d.ts

To Reproduce
Steps to reproduce the behavior:

  1. Import RNSwipeButton component
  2. Try to use
  3. With vscode or webstorm try to hit ctrl + space
  4. You will see containerStyle suggestion prop

Expected behavior
containerStyles suggestions prop

Screenshots
image

Extra info

  • Version 1.3.4

v1.3.5 addresses this issue