|
|
|
|
|
by firloop
3390 days ago
|
|
From my experience (as a dev) it's pretty good. You have to explicitly turn off accessibility features like dynamic type (larger fonts based on a global user setting) and VoiceOver works just fine with the default <Text> component. Since it's a native app React Native seems to have better support for these things than a WebView base like cordova. However, I am not a disabled person, just a curious dev, so I'd definitely defer to someone with more experience using accessibility tools. Just saying it looks pretty good on the surface to me. |
|