Gathering detailed insights and metrics for @paraboly/react-native-input-bar
Gathering detailed insights and metrics for @paraboly/react-native-input-bar
Gathering detailed insights and metrics for @paraboly/react-native-input-bar
Gathering detailed insights and metrics for @paraboly/react-native-input-bar
Fully customizable, beautifully designed Input Bar for React Native
npm install @paraboly/react-native-input-bar
Typescript
Module System
Node Version
NPM Version
TextInput prop-drilling and better type extending 🥳
Updated on Nov 17, 2020
New version 0.2.1 is here with fully converted to Typescript
Updated on Nov 13, 2020
New Design System 🥳
Updated on Mar 02, 2020
Auto-grow InputBar is here 🎉
Updated on Feb 25, 2020
⚠ BREAKING CHANGE: SpinKit is here 🎉
Updated on Dec 19, 2019
TextInput onChange & value props are added 🤩
Updated on Dec 18, 2019
Java (31.47%)
TypeScript (30.21%)
Objective-C (22.42%)
JavaScript (8.98%)
Ruby (3.86%)
Starlark (3.06%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
37 Stars
43 Commits
4 Forks
1 Watchers
11 Branches
3 Contributors
Updated on Jan 15, 2024
Latest Version
0.2.2
Package Id
@paraboly/react-native-input-bar@0.2.2
Unpacked Size
47.14 kB
Size
13.43 kB
File Count
21
NPM Version
6.14.8
Node Version
10.15.3
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Add the dependency:
1npm i @paraboly/react-native-input-bar
1"react": ">= 16.x.x", 2"react-native": ">= 0.55.x", 3"react-native-spinkit": ">= 1.5.0", 4"react-native-androw": ">= 0.0.34", 5"react-native-vector-icons": ">= 6.6.0", 6"react-native-dynamic-vector-icons": ">= 0.2.1"
pod install
for installing properly SpinKitflex: 1
on your main container. Example is available for the real usage.1import InputBar from "@paraboly/react-native-input-bar";
1<InputBar />
All you need to do is set the multiline
and set the height
prop as null
.
1<InputBar 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 |
disablePrimaryIcon | boolean | false | disable the primary icon |
disableSecondaryIcon | boolean | false | disable the secondary icon |
primaryIconName | string | send | change the primary icon's name |
primaryIconType | string | FontAwesome | change the primary icon's type |
primaryIconColor | string | #9da1ab | change the primary icon's color |
primaryIconSize | number | 21 | change the primary icon's size |
primaryIconOnPress | function | undefined | set a function when primary icon is on pressed |
secondaryIconName | string | attachment | change the secondary icon's name |
secondaryIconType | string | Entypo | change the secondary icon's type |
secondaryIconColor | string | #9da1ab | change the secondary icon's color |
secondaryIconSize | number | 21 | change the secondary icon's size |
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 InputBar then you need to use this prop & set the height prop to null ! |
minHeight | string/number | 50 | change the minimum height of the InputBar |
maxHeight | string/number | null | change the maximum height of the InputBar |
Auto-grow feature is here 🥳
Full Changelog ⚠ BREAKING CHANGE: SpinKit is here 🎉
We need to install react-native-spinkit for this and above versions. Simply do not forget to pod install after the new implementation.
spinnerVisibility prop is available for controlling the Spinner :) Furthermore, of course it is fully customizable :)
* This Change Log was automatically generated by github_changelog_generator
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.
No vulnerabilities found.
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/12 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
37 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More