[nobuild] .

This commit is contained in:
Stef-00012 2025-02-11 11:50:37 +01:00
parent 333cb7bcfe
commit 6372a032a0
28 changed files with 274 additions and 276 deletions

View file

@ -1,8 +1,8 @@
import { styles } from "@/styles/components/select";
import { Text, View, TouchableOpacity, FlatList, Modal } from "react-native";
import MaterialIcons from "@expo/vector-icons/MaterialIcons";
import { useState, useEffect, type ReactNode } from "react";
import { Text, View, TouchableOpacity, FlatList, Modal } from "react-native";
import CheckBox from "./CheckBox";
import { styles } from "@/styles/components/select";
import CheckBox from "@/components/CheckBox";
export interface SelectProps {
data: Array<{