diff --git a/src/views/inputs.tsx b/src/views/inputs.tsx index 6c565602..1010f985 100644 --- a/src/views/inputs.tsx +++ b/src/views/inputs.tsx @@ -11,10 +11,12 @@ import { import { Input, SearchBar, + FloatingTextInput, Icon, Button, ThemeProvider, InputProps, + FloatingInputProps, } from 'react-native-elements'; import { Header, SubHeader } from '../components/header'; @@ -46,6 +48,8 @@ const Inputs: React.FunctionComponent = () => { }; const inputProps = {}; + const floatingInputProps = {}; + return ( = () => { placeholder="Simple input" style={InputFieldsStyle} /> +