upd: redesign
This commit is contained in:
@@ -5,6 +5,7 @@ import ButtonSelect from "@/components/buttonSelect";
|
||||
import DrawerBottom from "@/components/drawerBottom";
|
||||
import ImageUser from "@/components/imageNew";
|
||||
import { InputForm } from "@/components/inputForm";
|
||||
import LoadingCenter from "@/components/loadingCenter";
|
||||
import MenuItemRow from "@/components/menuItemRow";
|
||||
import ModalSelect from "@/components/modalSelect";
|
||||
import SectionListAddTask from "@/components/project/sectionListAddTask";
|
||||
@@ -230,6 +231,9 @@ export default function CreateProject() {
|
||||
)
|
||||
}}
|
||||
/>
|
||||
{
|
||||
loading && <LoadingCenter />
|
||||
}
|
||||
<ScrollView
|
||||
showsVerticalScrollIndicator={false}
|
||||
style={[Styles.h100, { backgroundColor: colors.background }]}
|
||||
|
||||
Reference in New Issue
Block a user