1.1.3 • Published 8 years ago
@johannes.reuter/react-long v1.1.3
react-long
Warning: works only on devices that support touch.
Demo
Example
<div>
  <LongPress
    time={1000}
    onLongPress={() => alert('pressed for 1s')}
    onPress={() => alert('pressed')}
  >
    <div>
      Hello world
    </div>
  </LongPress>
</div>1.1.3
8 years ago