How to Create a Swipeable Component in React Native

Having swipeable components in your app is very useful for actions such as deleting and archiving. The swiping ability inside your app brings down the rigid nature of the user interface and increases the flexibility of app usage. Here, let’s create a simple swipeable component in react native using react native gesture handler library. React…

How to Create a Swipeable Component in React Native

Having swipeable components in your app is very useful for actions such as deleting and archiving. The swiping ability inside your app brings down the rigid nature of the user interface and increases the flexibility of app usage. Here, let’s create a simple swipeable component in react native using react native gesture handler library. React…