Implement AccessibilityInfo::isHighTextContrastEnabled()
in AccessibilityInfoModule
#14099
Labels
Area: Accessibility
enhancement
Integration Follow-up
Parity: React Native
RNW does not look or behave like upstream RN platforms
Milestone
Problem Description
A new method
isHighTextContrastEnabled(std::function<void(bool)> const &onSuccess)
method was added from upstream here: facebook/react-native#46746. We will need to implement this method in RNW - currently it is only executingonSuccess(false)
.Link to the integration where the error originated
#13996
Link to commit
facebook/react-native#46746
Forked files
No response
Upstream PR
No response
Build Configuration
None
The text was updated successfully, but these errors were encountered: