Showing posts with label react native. Show all posts
Showing posts with label react native. Show all posts

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


Sunday, January 30, 2022

React native draggable and swipeable list

This is a simple todo app demonstrates how to create a draggable and swipeable list in react native

An open source todo app hosted in google play store. Feel free to download and play with it.


Here is the complete github code link

https://github.com/madan712/simple-todo-app

Code snippet