🙋♂️ Made by @thekitze
- 🏫 React Academy - Interactive React and GraphQL workshops
- 💌 Twizzy - A standalone app for Twitter DM
- 💻 Sizzy - A tool for testing responsive design on multiple devices at once
- 🤖 JSUI - A powerful UI toolkit for managing JavaScript apps
Warning: works only on devices that support touch.
<div>
<LongPress
time={1000}
onLongPress={() => alert('pressed for 1s')}
onPress={() => alert('pressed')}
>
<div>
Hello world
</div>
</LongPress>
</div>