mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
remove duplicate role grid from RCTViewManager (#35932)
Summary: Fix warning: duplicate key in dictionary literal. Different PRs tried to fix this issue at the same time and introduced a duplicate. Related https://github.com/fabriziobertoglio1987/react-native/commit/55c0df43b9859853e41b6e2ef271b78b783538f0 https://github.com/fabriziobertoglio1987/react-native/commit/f3d9f2ea233304870bd4ab67d9682af6eb0ae16f ## Changelog [IOS] [FIXED] - remove duplicate role grid from RCTViewManager Pull Request resolved: https://github.com/facebook/react-native/pull/35932 Test Plan: <img width="1920" alt="duplicated grid role on iOS" src="https://user-images.githubusercontent.com/24992535/214054716-d79dec11-2b5c-4780-a4af-08d50be4a1a2.png"> Reviewed By: sammy-SC Differential Revision: D42677641 Pulled By: jacdebug fbshipit-source-id: f3eaa99ce89d7f9602843fde0dc0f371300e7052
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b44fe4deee
commit
49d5277afc
@@ -64,7 +64,6 @@ RCT_MULTI_ENUM_CONVERTER(
|
||||
@"tablist" : @(UIAccessibilityTraitNone),
|
||||
@"timer" : @(UIAccessibilityTraitNone),
|
||||
@"toolbar" : @(UIAccessibilityTraitNone),
|
||||
@"grid" : @(UIAccessibilityTraitNone),
|
||||
@"pager" : @(UIAccessibilityTraitNone),
|
||||
@"scrollview" : @(UIAccessibilityTraitNone),
|
||||
@"horizontalscrollview" : @(UIAccessibilityTraitNone),
|
||||
|
||||
Reference in New Issue
Block a user