Skip to content

Commit aa7a94e

Browse files
committed
iconComponent prop is available with 0.1.4 version
1 parent 0c109d6 commit aa7a94e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/RNTextInput.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ export interface ISource {
2828
interface IRNTextInputProps extends IRNBounceableProps, TextInputProps {
2929
inputRef?: any;
3030
ImageComponent?: any;
31+
iconComponent?: any;
3132
placeholder?: string;
33+
disableButton?: boolean;
3234
buttonStyle?: ViewStyle;
3335
textInputStyle?: TextStyle;
3436
iconImageStyle?: ImageStyle;
35-
disableButton?: boolean;
3637
style?: CustomStyleProp;
37-
iconComponent: any;
3838
onPress?: () => void;
3939
}
4040

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@freakycoder/react-native-text-input",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Modern text input with fully customization options for React Native",
55
"main": "./build/dist/RNTextInput.js",
66
"repository": "[email protected]:WrathChaos/react-native-text-input.git",

0 commit comments

Comments
 (0)