kolplattformen / skolplattformen

The source code to the civic tech project Öppna Skolplattformen.

Home Page:https://skolplattformen.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace TouchableOpacity with Pressable

viktorlarsson opened this issue · comments

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?

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.