mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-03 00:59:48 -05:00
bruh
This commit is contained in:
@@ -8,11 +8,7 @@ export default function Input(props: InputProps): React.JSX.Element {
|
||||
|
||||
return (
|
||||
<TamaguiInput
|
||||
placeholder={props.placeholder}
|
||||
onChangeText={props.onChangeText}
|
||||
value={props.value}
|
||||
flexGrow={props.flexGrow ? 1 : "unset"}
|
||||
secureTextEntry={props.secureTextEntry}
|
||||
{...props}
|
||||
clearButtonMode="always"
|
||||
/>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user