[Bug] Interface says containerStyle but correct prop is containerStyles
Closed this issue · 1 comments
josera21 commented
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:
- Import RNSwipeButton component
- Try to use
- With vscode or webstorm try to hit ctrl + space
- You will see
containerStyle
suggestion prop
Expected behavior
containerStyles
suggestions prop
Extra info
- Version 1.3.4
UdaySravanK commented
v1.3.5 addresses this issue