File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ export interface ISource {
28
28
interface IRNTextInputProps extends IRNBounceableProps , TextInputProps {
29
29
inputRef ?: any ;
30
30
ImageComponent ?: any ;
31
+ iconComponent ?: any ;
31
32
placeholder ?: string ;
33
+ disableButton ?: boolean ;
32
34
buttonStyle ?: ViewStyle ;
33
35
textInputStyle ?: TextStyle ;
34
36
iconImageStyle ?: ImageStyle ;
35
- disableButton ?: boolean ;
36
37
style ?: CustomStyleProp ;
37
- iconComponent : any ;
38
38
onPress ?: ( ) => void ;
39
39
}
40
40
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @freakycoder/react-native-text-input" ,
3
- "version" : " 0.1.4 " ,
3
+ "version" : " 0.1.5 " ,
4
4
"description" : " Modern text input with fully customization options for React Native" ,
5
5
"main" : " ./build/dist/RNTextInput.js" ,
6
6
"repository" :
" [email protected] :WrathChaos/react-native-text-input.git" ,
You can’t perform that action at this time.
0 commit comments