Ameer Hamza
Ameer Hamza
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 https://github.com/dancormier/react-native-swipeout/blob/502e2bb30c4e7795dbfa331b9292775117c721d7/index.d.ts#L28 `rowId` should be `rowID`. It's giving intellisense error . Kindly change this to `rowID`.
I need to cleanup my branch subscription event if my component unmounts. I can't find the unsubscribe method on `branch` like `branch.unsubscribe()` Can anyone help me out with this. Here's...