Be able to navigate a screen with tab key
Right now, if we try to navigate the app with the tab key, although it's technically possible, there's no visual feedback most of the time so it's hard to know which element is focused.
This would improve the accessibility of the web app.
Yeah, as a keyboard user I'd love it too... The problem is with react-native-paper, I don't know if it's very web friendly.
I believe that the react-native-paper PR mentionned in #87 would mainly solve our problems since, if they use Pressable, we can have the hovered and focused states in react-native-web.
By the way, we should upgrade to react-native-web 0.14.0+ to have the hovered state.
Feel free to open a PR, happy to upgrade it!