bberak / react-native-game-engine

A lightweight Game Engine for React Native 🕹⚡🎮
MIT License
2.89k stars 174 forks source link

Fix long press handling #44

Closed anhba817 closed 4 years ago

anhba817 commented 4 years ago

Add move threshold parameter to touch processor to handle the case real Android device is too sensitive, lead to long press events is not detected when user press and hold

bberak commented 4 years ago

Hi @anhba817,

Thanks heaps for your contribution and for testing this out on your device. I think this is a really nice addition to the project.

I've just published react-native-game-engine@1.1.0 with your update.

Cheers!