Golf-Drill-Challenge-App / Golf-App

7 stars 0 forks source link

Trying to make all the UI Act on Press #285

Closed FrankreedX closed 1 month ago

FrankreedX commented 1 month ago

https://x.com/ID_AA_Carmack/status/1787850053912064005?lang=en By default, a button in React Native (and most UI things) Act on Release, aka when the "click" (or tap) is released, then the action is performed. Act on Press is the opposite and leads to better, more responsive feeling UI. There are a lot of buttons that can't be converted, most prominently buttons in ScrollView, so those will be left alone.

FrankreedX commented 1 month ago

the majority of buttons on the app is not "Act on Press"-able and making some of them Act on Press would be kinda inconsistent and make non-Act on Press buttons potentially feel worse