Skip to content

Commit 69274c2

Browse files
committed
fix: Unused ISource interface is removed
1 parent d16cf00 commit 69274c2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

lib/RNTextInput.tsx

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

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

24-
export interface ISource {
25-
source: string | { uri: string };
26-
}
27-
2824
interface IRNTextInputProps extends IRNBounceableProps, TextInputProps {
2925
inputRef?: any;
3026
ImageComponent?: 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.6",
3+
"version": "0.1.7",
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)