diff --git a/components/FloatButtons.tsx b/components/FloatButtons.tsx index c2c09d0d1..6451e3777 100644 --- a/components/FloatButtons.tsx +++ b/components/FloatButtons.tsx @@ -1,5 +1,5 @@ import React, { useState, useRef, forwardRef, ReactNode } from 'react'; -import { View, Text, TouchableOpacity, StyleSheet, Dimensions, PixelRatio, SafeAreaView } from 'react-native'; +import { View, Text, TouchableOpacity, StyleSheet, Dimensions, PixelRatio } from 'react-native'; import { useTheme } from './themes'; import { useSafeAreaInsets } from 'react-native-safe-area-context'; @@ -52,7 +52,7 @@ export const FContainer = forwardRef((props, ref) => { }; return ( - ((props, ref) => { }); }) : props.children} - + ); });