Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web.
20.21k
stars
2.39k
forks
source link
accessibilityLevel is throwing TypeScript warning - please support React Native Web TextTypes #5509
Open
haveamission opened 2 years ago
Description
accessibilityLevel prop is throwing TypeScript warning
Problem Statement
When trying to use accessibilityLevel on
<Heading>
, you get an error about how the type doesn't exist.Per discussion with Native Base Discord, it seems this is because:
Per request, I have created this Github issue
Proposed Solution or API
Extend Text type from react-native-web
Alternatives
N/A
Additional Information
No response