Skip to content

Commit c6ad5b7

Browse files
hoangSTShonghp95honghoangstsloc-nguyenthienhangnguyensaigontech
authored
fix: resolve conflicts (#123)
* chore: add publish config * v0.0.11 * chore: release 0.0.12 * chore: bump version * chore: release 0.1.0 * feat: refactor component (#105) * chore: change prepare * chore: change prepare * chore: change prepare * fix: button height * feat: add custom prop to radio buton * chore: fix script for release package --------- Co-authored-by: Hong Hoang <hong.hoang@saigontechnology.com> Co-authored-by: HoangDT <hoang.dinhtien@saigontechnology.com> Co-authored-by: hang.nguyen <hang.nguyen@saigontechnology.com> * chore: release 0.2.0 * fix: text not recognize type (#106) * fix: text not recognize type * fix: on change of code input * fix: fix comments * fix: add styled text italic --------- Co-authored-by: HuyDo <huydo@saigontechnology.com> Co-authored-by: DanhMC <danh.mai@saigontechnology.com> * feat: enhance CodeInput component with improved quality and documentation (#107) Co-authored-by: hong.hoang <honghp95@gmail.com> * chore: release 0.3.0 * feat: add focusCellWrapperStyle * chore: release 0.4.0 * release 0.5.0 (#110) * fix: ensure radio button is circular on all devices (#108) * release 0.5.0 (#109) * chore: add publish config * v0.0.11 * chore: release 0.0.12 * chore: bump version * chore: release 0.1.0 * feat: refactor component (#105) * chore: change prepare * chore: change prepare * chore: change prepare * fix: button height * feat: add custom prop to radio buton * chore: fix script for release package --------- Co-authored-by: Hong Hoang <hong.hoang@saigontechnology.com> Co-authored-by: HoangDT <hoang.dinhtien@saigontechnology.com> Co-authored-by: hang.nguyen <hang.nguyen@saigontechnology.com> * chore: release 0.2.0 * fix: text not recognize type (#106) * fix: text not recognize type * fix: on change of code input * fix: fix comments * fix: add styled text italic --------- Co-authored-by: HuyDo <huydo@saigontechnology.com> Co-authored-by: DanhMC <danh.mai@saigontechnology.com> * feat: enhance CodeInput component with improved quality and documentation (#107) Co-authored-by: hong.hoang <honghp95@gmail.com> * chore: release 0.3.0 * feat: add focusCellWrapperStyle * chore: release 0.4.0 --------- Co-authored-by: Hong Hoang <honghp95@gmail.com> Co-authored-by: loc-nguyent-sts <114563576+loc-nguyenthien@users.noreply.github.com> Co-authored-by: HoangDT <hoang.dinhtien@saigontechnology.com> Co-authored-by: hang.nguyen <hang.nguyen@saigontechnology.com> Co-authored-by: huydosgtech <105196859+huydosgtech@users.noreply.github.com> Co-authored-by: HuyDo <huydo@saigontechnology.com> Co-authored-by: DanhMC <danh.mai@saigontechnology.com> --------- Co-authored-by: Đinh Tiên Hoàng <117052298+hoangSTS@users.noreply.github.com> Co-authored-by: Hong Hoang <honghp95@gmail.com> Co-authored-by: loc-nguyent-sts <114563576+loc-nguyenthien@users.noreply.github.com> Co-authored-by: HoangDT <hoang.dinhtien@saigontechnology.com> Co-authored-by: hang.nguyen <hang.nguyen@saigontechnology.com> Co-authored-by: huydosgtech <105196859+huydosgtech@users.noreply.github.com> Co-authored-by: HuyDo <huydo@saigontechnology.com> Co-authored-by: DanhMC <danh.mai@saigontechnology.com> * feat: remove unused import * chore: release 0.5.0 * feat: remove podspec file that causing error on expo 54 (#118) * feat: remove podspec file that causing error on expo 54 * chore: remove unused native codes * feat: apply theme for TextInput (#121) * fix: duplicated import --------- Co-authored-by: Hong Hoang <honghp95@gmail.com> Co-authored-by: Hong Hoang <hong.hoang@saigontechnology.com> Co-authored-by: loc-nguyent-sts <114563576+loc-nguyenthien@users.noreply.github.com> Co-authored-by: hang.nguyen <hang.nguyen@saigontechnology.com> Co-authored-by: huydosgtech <105196859+huydosgtech@users.noreply.github.com> Co-authored-by: HuyDo <huydo@saigontechnology.com> Co-authored-by: DanhMC <danh.mai@saigontechnology.com>
1 parent 6a68a59 commit c6ad5b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/TextInput/TextInput.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ import type {
66
TextStyle,
77
ViewStyle,
88
} from 'react-native'
9-
import {TextInput as RNTextInput, StyleSheet, View} from 'react-native'
9+
import {TextInput as RNTextInput, View} from 'react-native'
1010
import styled from 'styled-components/native'
1111
import TextInputOutlined from './TextInputOutlined'
1212
import {CustomIcon, CustomIconProps, Error} from './components'
1313
import {isIOS} from '../../helpers'
1414
import {useTheme} from '../../hooks'
1515
import TextInputFlat from './TextInputFlat'
16-
import {useTheme} from '../../hooks'
1716

1817
export interface TextInputProps extends RNTextInputProperties {
1918
/** Style for container */

0 commit comments

Comments
 (0)