diff --git a/README.md b/README.md index 47430d3..16c9f10 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ should work of the example project. | charCountColor | color | "#ccc" | change character count's color | | exceedCharCountColor | color | "red" | change the exceeded character count color | | defaultCharCount | number | 0 | set the default char count other than 0 | +| inputRef | ref | default | set the input reference | ## Author diff --git a/package-lock.json b/package-lock.json index 22bdece..24ab4dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@freakycoder/react-native-text-area", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3970907..aafd1a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@freakycoder/react-native-text-area", - "version": "0.1.4", + "version": "0.1.5", "description": "Simple and easy to use TextArea for React Native", "keywords": [ "ios",