Releases: Paraboly/react-native-card
Version 1+ Stable Version 🥳
Version 1+ Stable Version 🥳
Version 1 is here 😍
Finally, version 1 is here after 2 years :) Completely re-written with Typescript and much better props and customization options.
Card: Dynamic Height is here 🎊🎉🥳
- Card: Dynamic Height is here 🎊🎉🥳
- #6 is closed (Thank you @FrancoMuniz)
Card Ripple Design Fix & New Example 🤩
- Card Ripple Design Fix 🔥
- New Example 🤩
IPhoneXHelper is removed successfully 🥳
IPhoneXHelper is removed successfully 🥳
⚠️ Breaking Changes: New way of usage and SimpleCard Component
Paraboly React Native Card library's usage is changed. Library itself now contains more than one component as itself:
- Card (with Icon)
- SimpleCard
In future plans, there will be more Card components. Therefore, we changed the library's usage structure. Usage is not completely changed actually just import part is changed. Now, we have more components, therefore, we need to call the Card or SimpleCard with this import structure:
import { Card, SimpleCard } from "@paraboly/react-native-card"
Eventually, Just need to wrap the component with curly braces "{ }".
Simple Card:
We have one more card component to share with you :) SimpleCard component is really simple but it is very elegant looking and extremely easy to use. Also, it has dynamic height and width depends on the "text" itself.
Refactored & Reduced Size of the Library:
- Card component's codes are refactored and they are much cleaner and readable now.
- New gitignore & npmignore files are added, now assets and example itself does not come with original library.
New Props, HotFix, PR Merge
New Props: borderRadius from merged #1.
Cleaner code and shadow problem is fixed while use with icon component.
New Props: IconComponent
Now, we can implement our own icon component. We do not have to use vector-icons' Icon component anymore.
New Props: Styles
titleStyle, contentStyle, bottomRightStyle and bottomTopStyle is now available and library is now much more customizable.