⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

How can I change placeholderTextColor when dark mode ? #11

@shaxzodaliyorov

Description

@shaxzodaliyorov

export type PhoneInputProps = {
autoFocus?: boolean;
value?: string;
defaultValues?: {
countryCode: CountryCode;
callingCode: CallingCode;
phoneNumber: string;
};
disabled?: boolean;
hideDropdownIcon?: boolean;
onChangeCountry?: (country: Country) => void;
onChangeText?: (text: string) => void;
renderCustomDropdown?: JSX.Element;
theme?: Theme;
maskInputProps?: MaskInputProps;
countryPickerProps?: Parameters[0];
flagProps?: Parameters[0];
isCallingCodeEditable?: boolean;
dropDownImageProps?: ImageProps;
};
interface Theme {
containerStyle?: StyleProp;
textInputStyle?: StyleProp;
codeTextStyle?: StyleProp;
flagButtonStyle?: StyleProp;
dropDownImageStyle?: StyleProp;
enableDarkTheme?: boolean;
}
export {};

There's not a placeholderTextColor

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions