{"id":17700704,"url":"https://github.com/wrathchaos/react-native-text-area","last_synced_at":"2025-07-18T01:40:58.164Z","repository":{"id":38484296,"uuid":"197016608","full_name":"WrathChaos/react-native-text-area","owner":"WrathChaos","description":"Simple and easy to use TextArea for React Native.","archived":false,"fork":false,"pushed_at":"2023-06-08T09:59:50.000Z","size":3499,"stargazers_count":25,"open_issues_count":20,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T21:56:31.436Z","etag":null,"topics":["development","freakycoder","mobile-app","mobile-app-development","react","react-native","software","text","text-area","text-input","textarea"],"latest_commit_sha":null,"homepage":"https://www.freakycoder.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WrathChaos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-15T14:38:06.000Z","updated_at":"2024-06-13T09:55:06.000Z","dependencies_parsed_at":"2024-06-21T16:53:45.722Z","dependency_job_id":"7442cec2-61cc-4ef6-876f-d7ad5784250f","html_url":"https://github.com/WrathChaos/react-native-text-area","commit_stats":{"total_commits":41,"total_committers":5,"mean_commits":8.2,"dds":"0.41463414634146345","last_synced_commit":"0a45fed945cc6151088158a99501e0da428f61f0"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-text-area","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-text-area/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-text-area/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-text-area/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WrathChaos","download_url":"https://codeload.github.com/WrathChaos/react-native-text-area/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249067182,"owners_count":21207392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["development","freakycoder","mobile-app","mobile-app-development","react","react-native","software","text","text-area","text-input","textarea"],"created_at":"2024-10-24T17:42:52.516Z","updated_at":"2025-04-15T11:50:59.382Z","avatar_url":"https://github.com/WrathChaos.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"React Native Text Area\" src=\"https://github.com/WrathChaos/react-native-text-area/blob/master/assets/logo.png\" width=\"1050\"/\u003e\n\n[![Simple and easy to use TextArea for React Native](https://img.shields.io/badge/-Simple%20and%20easy%20to%20use%20TextArea%20for%20React%20Native-lightgrey?style=for-the-badge)](https://github.com/WrathChaos/react-native-dynamic-search-bar)\n\n[![npm version](https://img.shields.io/npm/v/@freakycoder/react-native-text-area.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-text-area)\n[![npm](https://img.shields.io/npm/dt/@freakycoder/react-native-text-area.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-text-area)\n![Platform - Android and iOS](https://img.shields.io/badge/platform-Android%20%7C%20iOS-blue.svg?style=for-the-badge)\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)\n[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=for-the-badge)](https://github.com/prettier/prettier)\n\n\u003cp align=\"center\"\u003e\n\u003cimg alt=\"React Native Text Area\" src=\"assets/Screenshots/example.gif\" width=\"49.7%\" /\u003e\n\u003c/p\u003e\n\n## Installation\n\nAdd the dependency:\n\n### React Native\n\n```js\nnpm i @freakycoder/react-native-text-area\n```\n\n## Peer Dependencies\n\n###### IMPORTANT! You need install them\n\n\u003ci\u003eZero Dependency\u003c/i\u003e\n\n## Basic Usage\n\n```jsx\nimport RNTextArea from \"@freakycoder/react-native-text-area\";\n\n\u003cRNTextArea\n  maxCharLimit={50}\n  placeholderTextColor=\"black\"\n  exceedCharCountColor=\"#990606\"\n  placeholder={\"Write your review...\"}\n  onChangeText={(text: string) =\u003e console.log(\"Text: \", text)}\n/\u003e;\n```\n\n## Example Project 😍\n\nYou can checkout the example project 🥰\n\nSimply run\n\n- `npm i`\n- `react-native run-ios/android`\n\nshould work of the example project.\n\n## Configuration - Props\n\n| Property             |  Type  | Default | Description                               |\n| -------------------- | :----: | :-----: | ----------------------------------------- |\n| style                | style  | default | set your own style                        |\n| charCount            | number |    0    | set the current character count           |\n| maxCharLimit         | number |   200   | set the maximum character count limit     |\n| charCountColor       | color  | \"#ccc\"  | change character count's color            |\n| exceedCharCountColor | color  |  \"red\"  | change the exceeded character count color |\n| defaultCharCount     | number |    0    | set the default char count other than 0   |\n| inputRef             |  ref   | default | set the input reference                   |\n\n## Author\n\nFreakyCoder, kurayogun@gmail.com\n\n## License\n\nReact Native Text Area Library is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrathchaos%2Freact-native-text-area","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwrathchaos%2Freact-native-text-area","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrathchaos%2Freact-native-text-area/lists"}