Underlining links on hover doesn't make sense on native because you can't see it under the hover anyway. iOS already applies a selected style anyway. And on Android we'd like to avoid extra work during touches.
Let's remove these handlers.
Test Plan
Verify links still get underlined on web, but don't on native.
Underlining links on hover doesn't make sense on native because you can't see it under the hover anyway. iOS already applies a selected style anyway. And on Android we'd like to avoid extra work during touches.
Let's remove these handlers.
Test Plan
Verify links still get underlined on web, but don't on native.