@saltnburnem
#ChainReact2023 | #DeveloperCommunity
Web accessibility means that websites, tools, and technologies are designed and developed so that people with disabilities can use them.
- https://www.w3.org/WAI/fundamentals/accessibility-intro/
<Pressable onPress={() => { openLinkInBrowser(url) }} style={[$socialButton, $styleOverride]} {...rest} accessibilityRole="button" accessibilityLabel={icon} accessibilityHint="Navigates to `${icon}`"> <Icon icon={icon} size={size} /> </Pressable>
Resources → https://bit.ly/react-native-vo
By Chris DeMars