mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 16:34:54 +00:00
Added react native big calendar patch
This commit is contained in:
@ -28,7 +28,7 @@ import CircledXIcon from "@/assets/svgs/CircledXIcon";
|
||||
import ProfileIcon from "@/assets/svgs/ProfileIcon";
|
||||
import NavToDosIcon from "@/assets/svgs/NavToDosIcon";
|
||||
import Ionicons from "@expo/vector-icons/Ionicons";
|
||||
import { PreviousNextView } from "react-native-keyboard-manager";
|
||||
import KeyboardManager, { PreviousNextView } from "react-native-keyboard-manager";
|
||||
|
||||
const MyGroup = () => {
|
||||
const [showAddUserDialog, setShowAddUserDialog] = useState(false);
|
||||
@ -100,12 +100,17 @@ const MyGroup = () => {
|
||||
}
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
KeyboardManager.setEnableAutoToolbar(true);
|
||||
},[])
|
||||
|
||||
useEffect(() => {
|
||||
setFirstName("");
|
||||
setLastName("");
|
||||
setEmail("");
|
||||
}, []);
|
||||
|
||||
|
||||
// @ts-ignore
|
||||
return (
|
||||
<View style={{ flex: 1, minHeight: 500 }}>
|
||||
|
||||
Reference in New Issue
Block a user