Skip to content

Instantly share code, notes, and snippets.

View kanso-git's full-sized avatar

kanso kanso-git

View GitHub Profile
@kanso-git
kanso-git / swipeFunc.js
Created June 20, 2016 20:21 — forked from brandondurham/swipeFunc.js
Updated swipe script for React
import React, { Component } from 'react';
import update from 'react-addons-update';
export default class App extends Component {
state = {
touches: {
touchstart: {
x: -1,
y: -1