We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79eb97e commit 4d8fd28Copy full SHA for 4d8fd28
2 files changed
lib/RNTextInput.tsx
@@ -21,7 +21,7 @@ const defaultArrowIcon = require("./local-assets/right-arrow.png");
21
22
type CustomStyleProp = StyleProp<ViewStyle> | Array<StyleProp<ViewStyle>>;
23
24
-interface IRNTextInputProps extends IRNBounceableProps, TextInputProps {
+export interface IRNTextInputProps extends IRNBounceableProps, TextInputProps {
25
inputRef?: any;
26
ImageComponent?: any;
27
iconComponent?: any;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@freakycoder/react-native-text-input",
3
- "version": "0.1.8",
+ "version": "0.1.9",
4
"description": "Modern text input with fully customization options for React Native",
5
"main": "./build/dist/RNTextInput.js",
6
"repository": "git@github.com:WrathChaos/react-native-text-input.git",
0 commit comments