
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
@freakycoder/react-native-input-bar
Advanced tools
Fully customizable, beautifully designed Input Bar for React Native
Add the dependency:
npm i @freakycoder/react-native-input-bar
"react-native-spinkit": ">= 1.5.0",
"react-native-androw": ">= 0.0.34",
"@freakycoder/react-native-bounceable": "^0.2.0",
pod install for installing properly SpinKitflex: 1 on your main container. Example is available for the real usage.import RNInputBar from "@freakycoder/react-native-input-bar";
<RNInputBar />
All you need to do is set the multiline and set the height prop as null.
<RNInputBar multiline height={null} minHeight={50} />
| Property | Type | Default | Description |
|---|---|---|---|
| width | string/number | 90% of screen width | change the InputBar's width |
| height | string/number | 50 | change the InputBar's height |
| bottom | string/number | 24 | change the InputBar's bottom position |
| value | string | undefined | set the TextInput's value |
| onChangeText | function | undefined | handle onChangeText function |
| backgroundColor | color | #fdfdfd | set your own color for InputBar's background color |
| textColor | color | #9da1ab | set your own color for TextInput's text color |
| shadowColor | color | #757575 | set your own color for TextInput's shadow color |
| placeholder | string | Type a message... | change the TextInput's placeholder |
| textInputStyle | style | default | set your own style for TextInput |
| disableSendIcon | boolean | false | disable the send icon |
| disableSecondaryIcon | boolean | false | disable the secondary icon |
| onSendPress | function | undefined | set a function when send icon is on pressed |
| secondaryIconOnPress | function | undefined | set a function when secondary icon is on pressed |
| spinnerVisibility | boolean | false | make the spinner visible instead of primarty icon |
| spinnerType | string | FadingCircleAlt | change the spinner type |
| spinnerSize | number | 20 | change the spinner number |
| spinnerColor | color | #9da1ab | change the spinner color |
| spinnerStyle | style | undefined | set your own style for spinner |
| multiline | boolean | false | if you want auto-grow text RNInputBar then you need to use this prop & set the height prop to null ! |
| minHeight | string/number | 50 | change the minimum height of the RNInputBar |
| maxHeight | string/number | null | change the maximum height of the RNInputBar |
| borderRadius | number | 12 | change the border radius of the RNInputBar |
| sendIconImageSource | image | default | change the send icon image |
| secondaryIconImageSource | image | default | change the secondary icon image default is attachment |
Thanks to Mayurksgr for this awesome inspiration. Credit Design Inpsiration
FreakyCoder, kurayogun@gmail.com
React Native Input Bar is available under the MIT license. See the LICENSE file for more info.
FAQs
Fully customizable, beautifully designed Input Bar for React Native
We found that @freakycoder/react-native-input-bar demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.