feat: complete all screens - client tabs, payments list, remittance detail, new ticket, installations tab
- Client detail: Subscription/Invoices/Payments tabs now fully functional - Payments: proper list with today's total + live search prefill from client - Record payment: debounced live search, reference required for non-cash - Remittances: detail screen with included payments breakdown - Tickets: status filter chips + create button, new ticket with categories - Installations: tab now visible with list + confirm flow - Fix: remove duplicate @react-navigation/elements causing Metro asset error - Fix: metro.config.js asset resolution from node_modules
This commit is contained in:
45
nativewind-env.d.ts
vendored
45
nativewind-env.d.ts
vendored
@@ -1,3 +1,44 @@
|
||||
/// <reference types="nativewind/types" />
|
||||
// NativeWind v4 className augmentation
|
||||
import 'react-native';
|
||||
|
||||
// NOTE: This file should not be edited and should be committed with your source code. It is generated by NativeWind.
|
||||
declare module 'react-native' {
|
||||
interface ViewProps {
|
||||
className?: string;
|
||||
}
|
||||
interface TextProps {
|
||||
className?: string;
|
||||
}
|
||||
interface ImageProps {
|
||||
className?: string;
|
||||
}
|
||||
interface TextInputProps {
|
||||
className?: string;
|
||||
}
|
||||
interface TouchableOpacityProps {
|
||||
className?: string;
|
||||
}
|
||||
interface TouchableHighlightProps {
|
||||
className?: string;
|
||||
}
|
||||
interface TouchableWithoutFeedbackProps {
|
||||
className?: string;
|
||||
}
|
||||
interface ScrollViewProps {
|
||||
className?: string;
|
||||
}
|
||||
interface FlatListProps<ItemT> {
|
||||
className?: string;
|
||||
}
|
||||
interface SectionListProps<ItemT> {
|
||||
className?: string;
|
||||
}
|
||||
interface ModalProps {
|
||||
className?: string;
|
||||
}
|
||||
interface PressableProps {
|
||||
className?: string;
|
||||
}
|
||||
interface KeyboardAvoidingViewProps {
|
||||
className?: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user