touchable-hook

v1.3.0
a react hook that emulates native touch behaviour for things like buttons, list items, and more
react hook touch gesture

test

jest

test-watch

jest -w

storybook

start-storybook -p 6006

build-esm

rimraf esm && tsc

build-cjs

rimraf cjs && tsc --module commonjs --outDir cjs

build-umd

rimraf umd && rollup -c

build

yarn run build-esm && yarn run build-cjs && yarn run build-umd

prepublishOnly

yarn run build
npm i touchable-hook

Metadata

  • MIT
  • Whatever
  • Ben McMahen
  • released 5/21/2019

Downloads

Maintainers