https://github.com/wrathchaos/react-native-imaged-card
Beautiful and Fully Customizable Imaged Card for React Native
https://github.com/wrathchaos/react-native-imaged-card
Last synced: 5 months ago
JSON representation
Beautiful and Fully Customizable Imaged Card for React Native
- Host: GitHub
- URL: https://github.com/wrathchaos/react-native-imaged-card
- Owner: WrathChaos
- License: mit
- Created: 2020-04-05T21:59:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T21:36:30.000Z (about 2 years ago)
- Last Synced: 2025-05-02T23:36:26.592Z (5 months ago)
- Language: JavaScript
- Homepage: https://freakycoder.com
- Size: 3.89 MB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/WrathChaos/react-native-imaged-card)
[](https://github.com/WrathChaos/react-native-imaged-card)
[](https://www.npmjs.com/package/react-native-imaged-card)
[](https://www.npmjs.com/package/react-native-imaged-card)

[](https://opensource.org/licenses/MIT)
[](https://github.com/prettier/prettier)
![]()
Dribbble Inpsiration
![]()
# Installation
Add the dependency:
```ruby
npm i react-native-imaged-card
```## Peer Dependencies
###### IMPORTANT! You need install them
```js
"react": ">= 16.x.x",
"react-native": ">= 0.55.x",
"react-native-vector-icons": ">= 6.6.0",
"react-native-dynamic-vector-icons": ">= 0.1.1"
```# Usage
## Import
```js
import ImagedCard from "react-native-imaged-card";
```## Basic Usage
```js
```
# Configuration - Props
| Property | Type | Default | Description |
| ------------------ | :----: | :---------------------------------------------: | ----------------------------------- |
| stars | number | 5 | change the rendering of star count |
| starColor | color | #e58450 | change the stars colors |
| titleText | string | Pine Nut | use this to set title's text |
| descText | string | Pine nut, also known as Castanea mollissima ... | use this to set description's text |
| regionText | string | Alaskan | use this to set region's text |
| subregionText | string | 350g | use this to set subregion's text |
| backgroundColor | color | #fffae8 | change the main background color |
| dividerStyle | style | default | change the divider's view style |
| titleTextStyle | style | default | change the title's text style |
| descTextStyle | style | default | change the description's text style |
| imageSource | asset | undefined | set your own image for the top one |
| regionTextStyle | style | default | change the region's text style |
| subregionTextStyle | style | default | change the subregion's text style |## Future Plans
- [x] ~~LICENSE~~
- [ ] Write an article about the lib on Medium## Credits
Thank you for this awesome inspiration. Designed by [Enhuy](https://dribbble.com/shots/9195334-nuts-app)
## Author
FreakyCoder, kurayogun@gmail.com
## License
React Native Imaged Card is available under the MIT license. See the LICENSE file for more info.