Disable events on hidden bars (#1686)
This commit is contained in:
parent
eba9f8a166
commit
d5ccbd76d5
3 changed files with 15 additions and 1 deletions
|
@ -65,4 +65,7 @@ export const styles = StyleSheet.create({
|
|||
borderWidth: 1,
|
||||
borderRadius: 100,
|
||||
},
|
||||
disabled: {
|
||||
pointerEvents: 'none',
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue