DEV Community

Discussion on: Make React Navigation Accessible Again

Collapse
 
johnlukeg profile image
John Luke Garofalo

Yes there is, I'm glad you asked! Often at Fixt, we find ourselves in situations where a button simply wasn't the best tool for the job. This does bypass some of the incredible built in accessibility tools but many developers will make that trade-off, ignoring users with disabilities. This article was simply meant to bridge that gap with small changes that we can do, as developers.

I hope I explained that well enough! :)

Collapse
 
shimmoril profile image
Ashleigh Lodge

Thanks for the explanation. I've been pushing hard against non-semantic HTML in my company, since it seems so much like reinventing the wheel.

You're right though, that at least you're bringing the idea to the front of people's minds, and that's a win all by itself.