Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/components/TextInput/TextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ import type {
TextStyle,
ViewStyle,
} from 'react-native'
import {TextInput as RNTextInput, StyleSheet, View} from 'react-native'
import {TextInput as RNTextInput, View} from 'react-native'
import styled from 'styled-components/native'
import TextInputOutlined from './TextInputOutlined'
import {CustomIcon, CustomIconProps, Error} from './components'
import {isIOS} from '../../helpers'
import {useTheme} from '../../hooks'
import TextInputFlat from './TextInputFlat'
import {useTheme} from '../../hooks'

export interface TextInputProps extends RNTextInputProperties {
/** Style for container */
Expand Down