From 2d1acf37965c656484aad3cb843aa8fa4a5d5d4a Mon Sep 17 00:00:00 2001 From: analuizaff Date: Tue, 6 Apr 2021 19:50:40 -0300 Subject: [PATCH] adjuting 'Dados' float button --- src/app/components/FloatButton.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/components/FloatButton.js b/src/app/components/FloatButton.js index 98e49f4..1936364 100644 --- a/src/app/components/FloatButton.js +++ b/src/app/components/FloatButton.js @@ -24,7 +24,6 @@ function FloatButton(props) { const toggleMenu = () => { const value = open ? 0 : 1; - console.log(value); Animated.spring(animation, { toValue: value, @@ -65,7 +64,7 @@ function FloatButton(props) { - + @@ -79,11 +78,10 @@ const styles = StyleSheet.create({ container: { alignItems: "center", position: "absolute", - //flex: 1, - zIndex: 3, + flex: 1, }, button: { - position: "absolute", + // position: "absolute", width: 50, height: 50, borderRadius: 6,