An open API service indexing awesome lists of open source software.

https://github.com/paraboly/react-native-information-card

Fully customizable information card for React Native via Paraboly
https://github.com/paraboly/react-native-information-card

Last synced: about 1 year ago
JSON representation

Fully customizable information card for React Native via Paraboly

Awesome Lists containing this project

README

          

React Native Information Card

[![Battle Tested ✅](https://img.shields.io/badge/-Battle--Tested%20%E2%9C%85-03666e?style=for-the-badge)](https://github.com/Paraboly/@paraboly/react-native-information-card)

[![Fully customizable information card for React Native via Paraboly](https://img.shields.io/badge/-Fully%20customizable%20information%20card%20for%20React%20Native%20via%20Paraboly-lightgrey?style=for-the-badge)](https://github.com/WrathChaos/@paraboly/react-native-information-card)

[![npm version](https://img.shields.io/npm/v/@paraboly/react-native-information-card.svg?style=for-the-badge)](https://www.npmjs.com/package/@paraboly/react-native-information-card)
[![npm](https://img.shields.io/npm/dt/@paraboly/react-native-information-card.svg?style=for-the-badge)](https://www.npmjs.com/package/@paraboly/react-native-information-card)
![Platform - Android and iOS](https://img.shields.io/badge/platform-Android%20%7C%20iOS-blue.svg?style=for-the-badge)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=for-the-badge)](https://github.com/prettier/prettier)


React Native Information Card

# Installation

Add the dependency:

```ruby
npm i @paraboly/react-native-information-card
```

## Peer Dependencies

###### IMPORTANT! You need install them

```js
"react": ">= 16.x.x",
"react-native": ">= 0.55.x",
"react-native-androw": ">= 0.0.34",
"react-native-material-ripple": ">= 0.9.1"
"react-native-dynamic-vector-icons": ">=0.1.1",
"react-native-vector-icons": ">=6.6.0"
"react-native-svg":">= 12.1.0"
```

# Usage

## Import

```js
import InformationCard from "@paraboly/react-native-information-card";
```

## Basic Usage

```jsx

```

## Future Plans

- [x] ~~LICENSE~~

## Author

FreakyCoder, kurayogun@gmail.com

## License

React Native Information Card is available under the MIT license. See the LICENSE file for more info.