Skip to content

Commit

Permalink
fix(fscomponents): remove accessible prop to stop focus
Browse files Browse the repository at this point in the history
-removing accessible prop from wrapping view so the component can be skipped in tab order
  • Loading branch information
Shaheed-Shamsi authored and bweissbart committed Mar 18, 2019
1 parent 6a3f2d0 commit d861de6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/fscomponents/src/components/ReviewIndicator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ export class ReviewIndicator extends PureComponent<ReviewIndicatorProps> {
return (
<View
style={[S.container, style]}
accessible={true}
accessibilityLabel={label}
>
{newArray(itemData.full).map(v => (
Expand Down

0 comments on commit d861de6

Please sign in to comment.