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
- Host: GitHub
- URL: https://github.com/paraboly/react-native-information-card
- Owner: Paraboly
- License: mit
- Created: 2019-11-07T11:52:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:08:05.000Z (over 3 years ago)
- Last Synced: 2025-03-21T21:11:50.469Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://paraboly.com
- Size: 7.32 MB
- Stars: 6
- Watchers: 0
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/Paraboly/@paraboly/react-native-information-card)
[](https://github.com/WrathChaos/@paraboly/react-native-information-card)
[](https://www.npmjs.com/package/@paraboly/react-native-information-card)
[](https://www.npmjs.com/package/@paraboly/react-native-information-card)

[](https://opensource.org/licenses/MIT)
[](https://github.com/prettier/prettier)
# 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.