We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50bcea5 commit 924a264Copy full SHA for 924a264
src/components/TextInput/TextInput.tsx
@@ -6,14 +6,13 @@ import type {
6
TextStyle,
7
ViewStyle,
8
} from 'react-native'
9
-import {TextInput as RNTextInput, StyleSheet, View} from 'react-native'
+import {TextInput as RNTextInput, View} from 'react-native'
10
import styled from 'styled-components/native'
11
import TextInputOutlined from './TextInputOutlined'
12
import {CustomIcon, CustomIconProps, Error} from './components'
13
import {isIOS} from '../../helpers'
14
import {useTheme} from '../../hooks'
15
import TextInputFlat from './TextInputFlat'
16
-import {useTheme} from '../../hooks'
17
18
export interface TextInputProps extends RNTextInputProperties {
19
/** Style for container */
0 commit comments