Skip to content

Commit 14924cd

Browse files
mbardauskasethanshar
authored andcommitted
remove testID used on second element (#2130)
1 parent 3cd8152 commit 14924cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/drawer/Swipeable.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,6 @@ export default class Swipeable extends Component<Props, State> {
520520
{right}
521521
<TapGestureHandler onHandlerStateChange={this._onTapHandlerStateChange}>
522522
<Animated.View
523-
testID={testID}
524523
style={[
525524
{transform: [{translateX: this.getTransX()}]},
526525
childrenContainerStyle

0 commit comments

Comments
 (0)