Skip to content

Commit 4d8fd28

Browse files
committed
new: IRNTextInputProps is exported now
1 parent 79eb97e commit 4d8fd28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/RNTextInput.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const defaultArrowIcon = require("./local-assets/right-arrow.png");
2121

2222
type CustomStyleProp = StyleProp<ViewStyle> | Array<StyleProp<ViewStyle>>;
2323

24-
interface IRNTextInputProps extends IRNBounceableProps, TextInputProps {
24+
export interface IRNTextInputProps extends IRNBounceableProps, TextInputProps {
2525
inputRef?: any;
2626
ImageComponent?: any;
2727
iconComponent?: any;

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.8",
3+
"version": "0.1.9",
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)