From cb1aa8bcf250ec8d3cd91d4a01733fce38b6973a Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Thu, 16 Apr 2020 19:03:37 +0200 Subject: [PATCH] Fixed buttons not clickable on iOS --- src/components/Custom/AnimatedBottomBar.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/Custom/AnimatedBottomBar.js b/src/components/Custom/AnimatedBottomBar.js index eab966f..5dc78ac 100644 --- a/src/components/Custom/AnimatedBottomBar.js +++ b/src/components/Custom/AnimatedBottomBar.js @@ -75,6 +75,13 @@ class AnimatedBottomBar extends React.Component { ref={this.ref} style={styles.container}> + + this.props.navigation.navigate('group-select')} + /> + { style={{marginLeft: 5}} onPress={() => this.props.onPress('today', undefined)}/> - - this.props.navigation.navigate('group-select')} - /> -