Wednesday, February 9, 2022

React native swipe gestures handler example

This is a simple 2048 game demonstrates how to use gestures handler in react native


It is hosted in play store, feel free to install and see the demo

It is using npm react-native-swipe-gestures package to detect swipe. this component can be used handling swipe gestures in up, down, left and right direction.

Here is the complete github code link

https://github.com/madan712/2048

Code snippet