dancormier / react-native-swipeout

iOS-style swipeout buttons behind component
MIT License
2.62k stars 645 forks source link

fix: export right interface with right props #331

Open ameernormie opened 5 years ago

ameernormie commented 5 years ago

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