Emz27
Emz27
### Proposal - use react native gesture handler TouchableOpacity as an alternative https://github.com/Expensify/App/blob/0d653cad15c32150c302ac12dc0acdbca1ece18b/src/components/CurrencySymbolButton.js#L2 ```diff diff --git a/src/components/CurrencySymbolButton.js b/src/components/CurrencySymbolButton.js index 85a6ad8e4..0a46e0cd1 100644 --- a/src/components/CurrencySymbolButton.js +++ b/src/components/CurrencySymbolButton.js @@ -1,4 +1,5 @@ import...
working branch : https://github.com/Emz27/App/tree/bugfix/12650
The main solution here is to just nest 2 touchable and disable the inner one, the other diff is to fix issue on rendering the check status. Not sure about...