React Native: Material Chip View
npm install react-native-chip-view

ReactNative: Material Chip View (Android/iOS)
If this project has helped you out, please support us with a star 🌟
Material Chips represent complex entities in small blocks, such as a contact. A chip may contain entities such as a photo, text, rules, an icon, or a contact.
| Android: prscX/BottomSheetTextView.Android |
| ----------------- |
|
|
$ npm install react-native-chip-view --save
##### Types of Chips
Chips can be used for various types of entities, including free form text, predefined text, rules, or contacts. Chips may also contain icons.
``javascript
import { RNChipView } from 'react-native-chip-view'
avatar={false}
/>
`
| Prop | Type | Default | Note |
| ----------------- | ---------- | ------- | ---------------------------------------------------------------------------------------------------------- |
| title | string | | Specify label wants to show. RequiredtitleStyle
| | object | | Specify style wants to apply on titletitleAllowFontScaling
| | bool | true | Title font should scale to respect Text Size accessibility settingsonPress
| | func | | Specify event handler for on pressavatar
| | bool, number, component | | - Specify true in case you need avatar. - Specify avatar in case you want custom avataravatarStyle
| | object | | Specify custom avatar styleselectable
| | bool, number, component | | - Specify true in case you need chip as selection. - Specify selection icon in case you want to pass your own iconselectableStyle
| | string | | Specify custom selectable stylecancelable
| | bool, number, component | | - Specify true in case you need chip as cancelable. - Specify cancelable icon in case you want to pass your own iconcancelableStyle
| | string | | Specify custom cancelable stylebackgroundColor
| | string | #dedede | Specify chip background colormaxWidth
| | string | 300 | Specify chip max widthheight
| | string | 40 | Specify chip heightborderRadius
| | string | 40 | Specify container border radiusellipsizeMode
| | string | middle | Specify text ellipsize modetheme
| | number | 0` | Specify avatar icon theme, we have two themes Material: 0 and Flat: 1
RNChipView @ prscX
However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:
* Starring and sharing the projects you like 🚀
* If you're feeling especially charitable, please follow prscX on GitHub.
Thanks! ❤️
prscX.github.io
Pranav >