mirror of
https://github.com/Stef-00012/Zipline-Android-App.git
synced 2025-05-11 18:35:58 +02:00
[nobuild] .
This commit is contained in:
parent
333cb7bcfe
commit
6372a032a0
28 changed files with 274 additions and 276 deletions
|
@ -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<{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue