https://github.com/paraboly/react-native-info-card
https://github.com/paraboly/react-native-info-card
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paraboly/react-native-info-card
- Owner: Paraboly
- License: mit
- Created: 2020-07-14T08:40:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T14:26:04.000Z (almost 6 years ago)
- Last Synced: 2025-02-15T14:54:16.636Z (over 1 year ago)
- Language: JavaScript
- Size: 817 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/WrathChaos/react-native-library-boilerplate)
[](https://github.com/WrathChaos/react-native-library-boilerplate)
[](https://www.npmjs.com/package/react-native-library-boilerplate)
[](https://www.npmjs.com/package/react-native-library-boilerplate)

[](https://opensource.org/licenses/MIT)
[](https://github.com/prettier/prettier)
# Installation
Add the dependency:
```ruby
npm i @paraboly/react-native-info-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-svg": ">= 12.1.0"
```
# Usage
## Import
```js
import InfoCard from "@paraboly/react-native-info-card";
```
## Component1 Usage
```js
```
## Future Plans
- [x] ~~LICENSE~~
- [ ] Write an article about the lib on Medium
# Change Log
Change log will be here !
## Author
Sevval Eygul, sevvalleygull@gmail.com
## License
React Native Library Boilerplate is available under the MIT license. See the LICENSE file for more info.