Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lodev09/react-native-cell-components
Awesome react-native cell components! From a Cell to more complex & awesome components.
https://github.com/lodev09/react-native-cell-components
cell components ios listview react-native tableview
Last synced: 5 days ago
JSON representation
Awesome react-native cell components! From a Cell to more complex & awesome components.
- Host: GitHub
- URL: https://github.com/lodev09/react-native-cell-components
- Owner: lodev09
- License: mit
- Archived: true
- Created: 2017-02-23T06:48:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T14:48:13.000Z (almost 2 years ago)
- Last Synced: 2024-04-25T00:52:08.556Z (8 months ago)
- Topics: cell, components, ios, listview, react-native, tableview
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/react-native-cell-components
- Size: 8.41 MB
- Stars: 177
- Watchers: 6
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-native - react-native-cell-components ★125 - Awesome react-native cell components! From a Cell to more complex & awesome components. (Components / UI)
- awesome-reactnative-ui - react-native-cell-components - native cell components! From a Cell to more complex & awesome components.|<ul><li>Last updated : This week</li><li>Stars : 143</li><li>Open issues : 0</li></ul>|![](https://raw.githubusercontent.com/lodev09/react-native-cell-components/master/demo.gif)| (Others)
- awesome-react-native - react-native-cell-components ★125 - Awesome react-native cell components! From a Cell to more complex & awesome components. (Components / UI)
- awesome-reactnative-ui - react-native-cell-components - native cell components! From a Cell to more complex & awesome components.|<ul><li>Last updated : This week</li><li>Stars : 143</li><li>Open issues : 0</li></ul>|![](https://raw.githubusercontent.com/lodev09/react-native-cell-components/master/demo.gif)| (Others)
- awesome-react-native - react-native-cell-components ★125 - Awesome react-native cell components! From a Cell to more complex & awesome components. (Components / UI)
- awesome-react-native-ui - react-native-cell-components ★1 - Awesome react-native cell components! From a Cell to more complex & awesome components. (Components / UI)
- awesome-react-native - react-native-cell-components ★125 - Awesome react-native cell components! From a Cell to more complex & awesome components. (Components / UI)
README
# RN Cell Components
[![npm version](https://badge.fury.io/js/react-native-cell-components.svg)](https://www.npmjs.com/package/react-native-cell-components)
[![npm](https://img.shields.io/npm/dt/react-native-cell-components.svg)](https://www.npmjs.com/package/react-native-cell-components)## RN 0.60+ and up?
Support for RN 0.60 is limited as the moment due to compatibility issues specially the deprecated `ListView`. Support for `FlatList` will come soon and this package might drop support for `realm` to accomodiate that.## Installation
```
npm install react-native-cell-components --save
```
Awesome react-native cell components! As the package name says, components that are built around a `Cell` component. Used for a simple `ActionSheet` to a more complex `CellTags` + `SelectList`, and much more!Tested with redux and on **RN >=0.40**
> This is currently on heavy development so expect rapid changes.
![demo](https://raw.githubusercontent.com/lodev09/react-native-cell-components/master/demo.gif)
## Features/To-do
- [x] Components are re-used
- [x] Supports redux
- [x] [Realm](https://github.com/realm/realm-js) support for ListView
- [x] Full Android support
- [ ] Custom user theme/styles## Components
- Cell
- ActionSheet
- CellGroup
- CellInput
- CellListProvider
- CellSheet
- DatePicker
- SelectList
- CellTags
- CellSlider
- CellSwitch## Dependencies
- [react-native-vector-icons: *](https://github.com/oblador/react-native-vector-icons)## Usage & Props
_coming soon, see [example](example) for now :)_## Credits
Feedback and PRs are welcome!## License
See [LICENSE](LICENSE) file.[@lodev09](http://twitter.com/lodev09) / [www.lodev09.com](http://www.lodev09.com "www.lodev09.com")