Skip to content

Paraboly/react-native-information-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Information Card

Battle Tested ✅

Fully customizable information card for React Native via Paraboly

npm version npm Platform - Android and iOS License: MIT styled with prettier

React Native Information Card

Installation

Add the dependency:

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

Peer Dependencies

IMPORTANT! You need install them
"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

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

Basic Usage

<InformationCard />

Future Plans

  • LICENSE

Author

FreakyCoder, kurayogun@gmail.com

License

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