etesync-notes
etesync-notes copied to clipboard
Better support for links on web
This is the next step after #27.
- [ ] All links should react on hover
- [ ] All links should show a pointer
- [ ] The browser should show the URL if a link is used to navigate.
react-navigation provides the Link component and the useLinkProps hook for that.
The main blocker is react-native-paper that doesn't provide this feature in its components like TouchableRipple. There is an open PR to fix this.
So basically for now we have to chose between accessibility for web and the ripple effect.