We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87a4b1 commit 6587fbaCopy full SHA for 6587fba
1 file changed
packages/pluggableWidgets/bottom-sheet-native/src/components/ExpandingDrawer.tsx
@@ -1,4 +1,4 @@
1
-import { createElement, ReactNode, ReactElement, useCallback, useState, useRef, Children, useMemo } from "react";
+import { ReactNode, ReactElement, useCallback, useState, useRef, Children, useMemo } from "react";
2
import { Dimensions, LayoutChangeEvent, SafeAreaView, StyleSheet, View } from "react-native";
3
import BottomSheet, { BottomSheetView } from "@gorhom/bottom-sheet";
4
import { BottomSheetStyle } from "../ui/Styles";
0 commit comments