diff --git a/src/components/Custom/AnimatedBottomBar.js b/src/components/Custom/AnimatedBottomBar.js index 49da962..5729253 100644 --- a/src/components/Custom/AnimatedBottomBar.js +++ b/src/components/Custom/AnimatedBottomBar.js @@ -2,7 +2,7 @@ import * as React from 'react'; import {StyleSheet, View} from "react-native"; -import {Button, IconButton, Surface, withTheme} from "react-native-paper"; +import {FAB, IconButton, Surface, withTheme} from "react-native-paper"; import AutoHideComponent from "./AutoHideComponent"; type Props = { @@ -85,13 +85,24 @@ class AnimatedBottomBar extends React.Component { style={{marginLeft: 5}} onPress={() => this.props.onPress('today', undefined)}/> - + + this.props.navigation.navigate('group-select')} + /> +