From 4d8fd2873ea914cd4ac641efc4644892e20c1b4c Mon Sep 17 00:00:00 2001 From: FreakyCoder Date: Tue, 27 Apr 2021 16:10:29 +0300 Subject: [PATCH] new: IRNTextInputProps is exported now --- lib/RNTextInput.tsx | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/RNTextInput.tsx b/lib/RNTextInput.tsx index 2181013..f416a41 100644 --- a/lib/RNTextInput.tsx +++ b/lib/RNTextInput.tsx @@ -21,7 +21,7 @@ const defaultArrowIcon = require("./local-assets/right-arrow.png"); type CustomStyleProp = StyleProp | Array>; -interface IRNTextInputProps extends IRNBounceableProps, TextInputProps { +export interface IRNTextInputProps extends IRNBounceableProps, TextInputProps { inputRef?: any; ImageComponent?: any; iconComponent?: any; diff --git a/package.json b/package.json index 4c50bca..ee0db31 100644 --- a/package.json +++ b/package.json @@ -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": "git@github.com:WrathChaos/react-native-text-input.git",