diff --git a/src/components/OOO/OOOForm.tsx b/src/components/OOO/OOOForm.tsx new file mode 100644 index 00000000..da0cd0a2 --- /dev/null +++ b/src/components/OOO/OOOForm.tsx @@ -0,0 +1,65 @@ +import { StyleSheet, TextInput, View, Button } from 'react-native'; +import React from 'react'; +import { OOOFormType } from './OOOFormType'; + +const OOOForm = ({ + fromDate, + toDate, + description, + setToDate, + setFromDate, + setDescription, + handleFormSubmit, +}: OOOFormType) => { + return ( + + + + +