skolplattformen
skolplattformen copied to clipboard
Replace TouchableOpacity with Pressable
Getting alot of complaints that certain actions blink on call to actions, replace touchableopacity with pressable to avoid this
Didn’t we have a problem with tochableopacity and changed it to pressable just to make things clickable again? After some update to RN or something?
Just that several people complain about the opacity change when tapping, which is default in touchable..opacity. Dunno if we had an issue?
https://github.com/kolplattformen/skolplattformen/issues/431 among other
I remember that we used TouchableOpacity from react-native-gesture-handler which wasn't correctly installed in the Android version. The version from react-native works.
We should unify how focus/press should look.