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
[](https://github.com/WrathChaos/react-native-text-input-interactive)
| mainColor | string | #008FEB | change the main animated color |
65
+
| originalColor | string | transparent | change the original/default animated color |
66
+
| animatedPlaceholderTextColor | string |#757575| change the placeholder text animated color |
67
+
| ImageComponent | Component | Image | set your own image component such as; `FastImage`|
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 |
71
+
| iconImageSource | ImageSourcePropType | undefined | set the icon image |
72
+
| onIconPress | Function | undefined | set your own logic for the icon button functionality when the icon is pressed |
73
+
| style | ViewStyle | default | set or override the style object for the main container |
74
+
| textInputStyle | TextStyle | default | set or override the style object for the text input itself |
75
+
| iconContainerStyle | ViewStyle | default | set or override the style object for the icon container |
76
+
| iconImageStyle | ImageStyle | default | set or override the style object for the icon image style |
77
+
| buttonText | string | undefined | change the button's text |
78
+
| ImageComponent | Image | default | set your own component instead of default react-native Image component |
79
79
80
80
## Future Plans
81
81
82
82
-[x]~~LICENSE~~
83
83
-[ ] Write an article about the lib on Medium
84
84
85
-
# Change Log
86
-
87
-
Change log will be here !
88
-
89
85
## Author
90
86
91
87
FreakyCoder, kurayogun@gmail.com
92
88
93
89
## License
94
90
95
-
React Native Typescript Library Starter is available under the MIT license. See the LICENSE file for more info.
91
+
React Native Text Input Interactive is available under the MIT license. See the LICENSE file for more info.
0 commit comments