Skip to content
Snippets Groups Projects
Commit b932c2df authored by naavi.ahmed's avatar naavi.ahmed
Browse files

Changed type of actionSheetRef to any because ActionSheetRef type is missing.

parent 70779954
Branches
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ export default function Index() {
const { colorScheme } = useColorScheme();
const [actionTaskIndex, setActionTaskIndex] = useState(0);
const [actionStart, setActionStart] = useState<boolean>(false);
const actionSheetRef = useRef<ActionSheetRef>(null);
const actionSheetRef = useRef<any>(null);
const router = useRouter();
// Memoize the sorted task entries to prevent unnecessary recalculations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment