deksripsi:
- fix Text input exported
This commit is contained in:
2025-07-09 11:52:38 +08:00
parent 5c4dadbe7c
commit 2901d19db0
4 changed files with 35 additions and 26 deletions

View File

@@ -27,7 +27,7 @@ type Props = {
maxLength?: number;
} & Omit<React.ComponentProps<typeof RNTextInput>, "style">;
export const TextInputCustom = ({
const TextInputCustom = ({
iconLeft,
iconRight,
label,
@@ -127,3 +127,5 @@ export const TextInputCustom = ({
</View>
);
};
export default TextInputCustom;

View File

@@ -1,3 +0,0 @@
import { TextInputCustom } from "./TextInputCustom";
export { TextInputCustom };