diff --git a/package.json b/package.json index 1964bec..858346d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-floating-label-input", "description": "A simple and customizable React Native TextInput with it's placeholder always shown.", - "version": "1.3.12", + "version": "1.3.13", "author": "Caio Nilton ", "main": "index.tsx", "private": false, diff --git a/src/index.tsx b/src/index.tsx index 46e989d..a848ebe 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -103,7 +103,7 @@ export interface Props extends Omit { /** Set custom animation duration. Default 300 ms */ animationDuration?: number; /** Label Props */ - labelProps: TextProps; + labelProps?: TextProps; } export interface SetGlobalStyles {