Skip to content

Releases: Paraboly/react-native-card

Version 1+ Stable Version 🥳

22 Dec 12:46
Compare
Choose a tag to compare

Version 1+ Stable Version 🥳

Version 1 is here 😍

05 Nov 14:13
Compare
Choose a tag to compare

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 🎊🎉🥳

20 Feb 09:24
Compare
Choose a tag to compare
  • Card: Dynamic Height is here 🎊🎉🥳
  • #6 is closed (Thank you @FrancoMuniz)

Card Ripple Design Fix & New Example 🤩

03 Jan 12:18
Compare
Choose a tag to compare
  • Card Ripple Design Fix 🔥
  • New Example 🤩

IPhoneXHelper is removed successfully 🥳

03 Jan 12:17
Compare
Choose a tag to compare

IPhoneXHelper is removed successfully 🥳

⚠️ Breaking Changes: New way of usage and SimpleCard Component

09 May 10:27
Compare
Choose a tag to compare

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

22 Mar 08:04
Compare
Choose a tag to compare

New Props: borderRadius from merged #1.
Cleaner code and shadow problem is fixed while use with icon component.

New Props: IconComponent

19 Mar 14:28
Compare
Choose a tag to compare

Now, we can implement our own icon component. We do not have to use vector-icons' Icon component anymore.

New Props: Styles

19 Mar 14:26
Compare
Choose a tag to compare

titleStyle, contentStyle, bottomRightStyle and bottomTopStyle is now available and library is now much more customizable.