Skip to content

Commit

Permalink
new: IRNTextInputProps is exported now
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Apr 27, 2021
1 parent 79eb97e commit 4d8fd28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/RNTextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const defaultArrowIcon = require("./local-assets/right-arrow.png");

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

interface IRNTextInputProps extends IRNBounceableProps, TextInputProps {
export interface IRNTextInputProps extends IRNBounceableProps, TextInputProps {
inputRef?: any;
ImageComponent?: any;
iconComponent?: any;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freakycoder/react-native-text-input",
"version": "0.1.8",
"version": "0.1.9",
"description": "Modern text input with fully customization options for React Native",
"main": "./build/dist/RNTextInput.js",
"repository": "[email protected]:WrathChaos/react-native-text-input.git",
Expand Down

0 comments on commit 4d8fd28

Please sign in to comment.