Skip to content

Commit

Permalink
lint: fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian-mkd committed Nov 13, 2024
1 parent 525a3df commit fcc4ab0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
floatingChildViewContainerStyle,
FloatingViewProps,
} from './common';
import { useTheme } from '../../../..';
type GestureHandlerExportsType = typeof import('react-native-gesture-handler');
type ReanimatedNamespaceType = typeof import('react-native-reanimated').default;
type ReanimatedExportsType = typeof import('react-native-reanimated');
Expand Down Expand Up @@ -55,7 +54,6 @@ try {
// we don't want to show the floating view until we have the layout rectangle
const opacity = useSharedValue(0);
const [rectangle, setRectangle] = React.useState<LayoutRectangle>();
const { theme } = useTheme();

const snapAlignments = useMemo(() => {
if (!rectangle) {
Expand Down

0 comments on commit fcc4ab0

Please sign in to comment.