Skip to content

railStyles defect fix

Compare
Choose a tag to compare
@UdaySravanK UdaySravanK released this 30 Sep 01:50
· 53 commits to master since this release

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 }}
/>