railStyles defect fix
This release has
railStyles
prop is not overriding thumb rail container styles. Due to which unable to match the rail styles with button container styles. With this release developer will get full control to style the thumb rail container.
Example code snippet:
<SwipeButton
containerStyles={{ borderRadius: 5 }}
railStyles={{ borderRadius: 5 }}
/>