{"id":18348691,"url":"https://github.com/paraboly/react-native-input-bar","last_synced_at":"2025-04-06T09:31:44.028Z","repository":{"id":36590570,"uuid":"228815259","full_name":"Paraboly/react-native-input-bar","owner":"Paraboly","description":"Fully customizable, beautifully designed Input Bar for React Native","archived":false,"fork":false,"pushed_at":"2023-03-04T05:28:04.000Z","size":2893,"stargazers_count":37,"open_issues_count":8,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T22:59:28.517Z","etag":null,"topics":["android","apple","chat","chat-bar","customizable","es6","freakycoder","google","input","input-bar","ios","javascript","message","paraboly","react","react-native","reactjs","reactnative","text"],"latest_commit_sha":null,"homepage":"https://paraboly.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Paraboly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-18T10:26:07.000Z","updated_at":"2024-01-15T23:21:46.000Z","dependencies_parsed_at":"2023-01-17T03:00:48.494Z","dependency_job_id":null,"html_url":"https://github.com/Paraboly/react-native-input-bar","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paraboly%2Freact-native-input-bar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paraboly%2Freact-native-input-bar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paraboly%2Freact-native-input-bar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paraboly%2Freact-native-input-bar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Paraboly","download_url":"https://codeload.github.com/Paraboly/react-native-input-bar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247463744,"owners_count":20942935,"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":["android","apple","chat","chat-bar","customizable","es6","freakycoder","google","input","input-bar","ios","javascript","message","paraboly","react","react-native","reactjs","reactnative","text"],"created_at":"2024-11-05T21:18:49.922Z","updated_at":"2025-04-06T09:31:43.406Z","avatar_url":"https://github.com/Paraboly.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"React Native Input Bar\" src=\"assets/logo.png\" width=\"1050\"/\u003e\n\n[![Battle Tested ✅](https://img.shields.io/badge/-Battle--Tested%20%E2%9C%85-03666e?style=for-the-badge)](https://github.com/Paraboly/@paraboly/react-native-input-bar)\n\n[![Fully customizable, beautifully designed Input Bar for React Native](https://img.shields.io/badge/-Fully%20customizable%2C%20beautifully%20designed%20Input%20Bar%20for%20React%20Native-lightgrey?style=for-the-badge)](https://github.com/Paraboly/@paraboly/react-native-input-bar)\n\n[![npm version](https://img.shields.io/npm/v/@paraboly/react-native-input-bar.svg?style=for-the-badge)](https://www.npmjs.com/package/@paraboly/react-native-input-bar)\n[![npm](https://img.shields.io/npm/dt/@paraboly/react-native-input-bar.svg?style=for-the-badge)](https://www.npmjs.com/package/@paraboly/react-native-input-bar)\n![Platform - Android and iOS](https://img.shields.io/badge/platform-Android%20%7C%20iOS-blue.svg?style=for-the-badge)\n![expo-compatible](https://img.shields.io/badge/Expo-compatible-9cf.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 Input Bar\"\n        src=\"assets/Screenshots/example.png\" width=\"49%\" /\u003e\n\u003cimg alt=\"React Native Input Bar\"\n        src=\"assets/Screenshots/example.gif\" width=\"49%\"  /\u003e\n\u003c/p\u003e\n\n# Installation\n\nAdd the dependency:\n\n```bash\nnpm i @paraboly/react-native-input-bar\n```\n\n## Peer Dependencies\n\n###### IMPORTANT! You need install them\n\n```js\n\"react-native-spinkit\": \"\u003e= 1.5.0\",\n\"react-native-androw\": \"\u003e= 0.0.34\",\n```\n\n# Expo Version\n\n```bash\nnpm i Paraboly/react-native-input-bar#expo\n```\n\n## Expo Peer Dependencies\n\n```bash\n\"react-native-animated-spinkit\": \"^1.4.2\",\n\"@freakycoder/react-native-bounceable\": \"^0.2.4\",\n```\n\n### Note: Do not forget to `pod install` for installing properly SpinKit\n\n# Usage\n\n### InputBar should stay at the bottom therefore, please do not forget to set `flex: 1` on your main container. Example is available for the real usage.\n\n## Import\n\n```js\nimport InputBar from \"@paraboly/react-native-input-bar\";\n```\n\n## Usage\n\n```jsx\n\u003cInputBar /\u003e\n```\n\n## Auto-Grow InputBar Usage\n\nAll you need to do is set the `multiline` and set the `height` prop as `null`.\n\n```jsx\n\u003cInputBar multiline height={null} minHeight={50} /\u003e\n```\n\n# Configuration - Props\n\n| Property             |     Type      |       Default       | Description                                                                                                  |\n| -------------------- | :-----------: | :-----------------: | ------------------------------------------------------------------------------------------------------------ |\n| width                | string/number | 90% of screen width | change the InputBar's width                                                                                  |\n| height               | string/number |         50          | change the InputBar's height                                                                                 |\n| bottom               | string/number |         24          | change the InputBar's bottom position                                                                        |\n| value                |    string     |      undefined      | set the TextInput's value                                                                                    |\n| onChangeText         |   function    |      undefined      | handle onChangeText function                                                                                 |\n| backgroundColor      |     color     |       #fdfdfd       | set your own color for InputBar's background color                                                           |\n| textColor            |     color     |       #9da1ab       | set your own color for TextInput's text color                                                                |\n| shadowColor          |     color     |       #757575       | set your own color for TextInput's shadow color                                                              |\n| placeholder          |    string     |  Type a message...  | change the TextInput's placeholder                                                                           |\n| textInputStyle       |     style     |       default       | set your own style for TextInput                                                                             |\n| disablePrimaryIcon   |    boolean    |        false        | disable the primary icon                                                                                     |\n| disableSecondaryIcon |    boolean    |        false        | disable the secondary icon                                                                                   |\n| primaryIconName      |    string     |        send         | change the primary icon's name                                                                               |\n| primaryIconType      |    string     |     FontAwesome     | change the primary icon's type                                                                               |\n| primaryIconColor     |    string     |       #9da1ab       | change the primary icon's color                                                                              |\n| primaryIconSize      |    number     |         21          | change the primary icon's size                                                                               |\n| primaryIconOnPress   |   function    |      undefined      | set a function when primary icon is on pressed                                                               |\n| secondaryIconName    |    string     |     attachment      | change the secondary icon's name                                                                             |\n| secondaryIconType    |    string     |       Entypo        | change the secondary icon's type                                                                             |\n| secondaryIconColor   |    string     |       #9da1ab       | change the secondary icon's color                                                                            |\n| secondaryIconSize    |    number     |         21          | change the secondary icon's size                                                                             |\n| secondaryIconOnPress |   function    |      undefined      | set a function when secondary icon is on pressed                                                             |\n| spinnerVisibility    |    boolean    |        false        | make the spinner visible instead of primarty icon                                                            |\n| spinnerType          |    string     |   FadingCircleAlt   | change the spinner type                                                                                      |\n| spinnerSize          |    number     |         20          | change the spinner number                                                                                    |\n| spinnerColor         |     color     |       #9da1ab       | change the spinner color                                                                                     |\n| spinnerStyle         |     style     |      undefined      | set your own style for spinner                                                                               |\n| multiline            |    boolean    |        false        | if you want **auto-grow** text `InputBar` then you need to use this prop \u0026 set the `height` prop to `null` ! |\n| minHeight            | string/number |         50          | change the minimum height of the `InputBar`                                                                  |\n| maxHeight            | string/number |        null         | change the maximum height of the `InputBar`                                                                  |\n\n# Change Log\n\n## [0.1.0](https://github.com/Paraboly/react-native-input-bar/releases/tag/0.1.0) (2020-02-25)\n\nAuto-grow feature is here 🥳\n\n## [0.0.5](https://github.com/Paraboly/react-native-input-bar/tree/0.0.5) (2019-12-19)\n\n[Full Changelog](https://github.com/Paraboly/react-native-input-bar/compare/0.0.4...0.0.5)\n⚠ BREAKING CHANGE: SpinKit is here 🎉\n\nWe need to install react-native-spinkit for this and above versions. Simply do not forget to pod install after the new implementation.\n\nspinnerVisibility prop is available for controlling the Spinner :) Furthermore, of course it is fully customizable :)\n\n## [0.0.4](https://github.com/Paraboly/react-native-input-bar/tree/0.0.4) (2019-12-18)\n\n[Full Changelog](https://github.com/Paraboly/react-native-input-bar/compare/0.0.2...0.0.4)\n\n## [0.0.2](https://github.com/Paraboly/react-native-input-bar/tree/0.0.2) (2019-12-18)\n\n\\* _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_\n\n## Roadmap\n\n- [x] ~~LICENSE~~\n- [x] ~~CHANGELOG~~\n- [x] ~~Auto-Grow Feature~~\n- [ ] Optional Spinkit for secondary icon\n- [ ] Better Example\n\n## Credits\n\nThanks to [Mayurksgr](https://www.instagram.com/mayurksgr/) for this awesome inspiration. [Credit Design Inpsiration](https://www.instagram.com/p/BgOxB9SlLkM/)\n\n## Author\n\nFreakyCoder, kurayogun@gmail.com\n\n## License\n\nReact Native Input Bar 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%2Fparaboly%2Freact-native-input-bar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparaboly%2Freact-native-input-bar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparaboly%2Freact-native-input-bar/lists"}