balance-io / balance-wallet

A mobile wallet for dapps & tokens.
https://balance.io
GNU General Public License v3.0
94 stars 38 forks source link

Make touches on button exclusive #403

Closed osdnk closed 5 years ago

osdnk commented 5 years ago

Please consider that solution as a temporary fix. In future I wish to use specific touchable done with RNGH's GenericTouchable However, in order to make it work properly, we have to change a little bit behavior of RNGH buttons, which I hope will be merged today (https://github.com/kmagiera/react-native-gesture-handler/pull/454/files @kmagiera 🙏).

We observed that it is very expected behavior in iOS to respond for only one button and then we want to export exclusive prop in RNGH's button (and set it as default)

jinchung commented 5 years ago

Fixes issue https://github.com/balance-io/balance-wallet/issues/306