diff --git a/components/inputForm.tsx b/components/inputForm.tsx index f246ad2..57524e5 100644 --- a/components/inputForm.tsx +++ b/components/inputForm.tsx @@ -1,5 +1,5 @@ import Styles from "@/constants/Styles"; -import { Dimensions, TextInput, View } from "react-native"; +import { Dimensions, Platform, TextInput, View } from "react-native"; import Text from "./Text"; type Props = { @@ -36,7 +36,14 @@ export function InputForm({ label, value, placeholder, onChange, info, disable, ) } - + {itemRight != undefined ? itemRight : itemLeft}