react-native-swipeout icon indicating copy to clipboard operation
react-native-swipeout copied to clipboard

fix: export right interface with right props

Open ameernormie opened this issue 6 years ago • 0 comments

The package is exporting an interface SwipeoutProperties from 'index.d.ts', this interface has a prop named 'rowId' but this prop is not supported in the package. The prop that is supported in package is 'rowID'. Because of this user was getting wrong intellisense in the editor and even after updating row id in props wasn't getting updated.

Fixes #330

ameernormie avatar May 29 '19 10:05 ameernormie