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 = {
18
18
[ Types . ImportantForAccessibility . NoHideDescendants ] : 'no-hide-descendants'
19
19
} ;
20
20
21
-
22
21
// Platform specific helpers exposed through Native-Common AccessibilityUtil.
23
22
export abstract class AccessibilityPlatformUtil {
24
23
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({
54
54
} ) ;
55
55
ViewBase . setDefaultViewStyle ( _defaultViewStyle ) ;
56
56
57
-
58
57
// Initialize Windows implementation of platform accessibility helpers inside the singleton
59
58
// instance of native-common AccessibilityUtil. This is to let native-common components access
60
59
// platform specific APIs through native-common implementation itself.
You can’t perform that action at this time.
0 commit comments