File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ export const ImportantForAccessibilityMap = {
1818 [ Types . ImportantForAccessibility . NoHideDescendants ] : 'no-hide-descendants'
1919} ;
2020
21-
2221// Platform specific helpers exposed through Native-Common AccessibilityUtil.
2322export abstract class AccessibilityPlatformUtil {
2423 abstract setAccessibilityFocus ( component : React . Component < any , any > ) : void ;
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ const _defaultViewStyle = StylesImpl.createViewStyle({
5454} ) ;
5555ViewBase . setDefaultViewStyle ( _defaultViewStyle ) ;
5656
57-
5857// Initialize Windows implementation of platform accessibility helpers inside the singleton
5958// instance of native-common AccessibilityUtil. This is to let native-common components access
6059// platform specific APIs through native-common implementation itself.
You can’t perform that action at this time.
0 commit comments