This commit is contained in:
2025-09-03 13:46:18 +02:00
parent 5c3f2715c2
commit 2b24900e0c
8 changed files with 240 additions and 7 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
import React, { useState, useCallback, useEffect } from "react";
import { Keyboard, StyleSheet } from "react-native";
import { AnimatePresence, Motion } from "@legendapp/motion";
import { useKeyboard } from "@react-native-community/hooks";
import React, { useCallback, useEffect, useState } from "react";
import { Keyboard, StyleSheet } from "react-native";
import BottomSheet from "./BottomSheet";
import { Palette } from "../styles";
import useLayoutType from "../hooks/useLayoutType";
import { Palette } from "../styles";
export default ({
children,