You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,7 @@ TextInput and Icon is fully customizable thanks to `prop-drilling`, you can use
66
66
| animatedPlaceholderTextColor | string |#757575| change the placeholder text animated color |
67
67
| ImageComponent | Component | Image | set your own image component such as; `FastImage`|
68
68
| IconComponent | Component | TouchableOpacity | set your own icon component such as; [react-native-bounceable](https://github.com/WrathChaos/react-native-bounceable)|
69
-
| enableIcon | boolean | false | set the true for using the right sided icon |
70
-
| enableIcon | boolean | false | set the true for using the right sided icon |
69
+
| enableIcon | boolean | false | set the true for using the right sided icon ||
71
70
| iconImageSource | ImageSourcePropType | undefined | set the icon image |
72
71
| onIconPress | Function | undefined | set your own logic for the icon button functionality when the icon is pressed |
73
72
| style | ViewStyle | default | set or override the style object for the main container |
0 commit comments