Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

Commit 6b003c5

Browse files
bsonntagsatya164
authored andcommitted
fix: improve ripple effect in tab bar (#327)
1 parent e4dddd9 commit 6b003c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TabBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ export default class TabBar<T: Route<*>> extends React.PureComponent<
467467
}}
468468
style={tabContainerStyle}
469469
>
470-
<View style={styles.container}>
470+
<View pointerEvents="none" style={styles.container}>
471471
<Animated.View
472472
style={[
473473
styles.tabItem,

0 commit comments

Comments
 (0)