Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Dec 7, 2016
2 parents 07b789e + 13ece37 commit 591f4e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Inspiration from [@sonnylazuardi](https://github.com/sonnylazuardi/react-native-
showMembershipNumber | bool | `true` | Shows the membership number.
showSwipeBar | bool | `true` | Whether or not to show the black swipe bar on the back of the card.
showRank | bool | `true` | Shows the rank.
type | string | `generic` | Type of health fund card. Available options: `generic`, `ahm`, `mbp`, `hcf`. (More coming soon)
type | string | `generic` | Type of health fund card. Available options: `generic`, `ahm`, `bupa`, `mbp`, `hcf`. (More coming soon)
width | number | `300` | The width of the card.

## Example
Expand Down
2 changes: 1 addition & 1 deletion modules/Cards/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import MedibankCard from './MedibankCard';
export const getCardComponent = (type) => {
switch (type) {
case 'ahm': return AHMCard;
case 'bupa': return BupaCard;
case 'bup': return BupaCard;
case 'generic': return GenericCard;
case 'hcf': return HCFCard;
case 'mbp': return MedibankCard;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-health-card",
"version": "0.2.0",
"version": "0.2.1",
"description": "React native health card display component",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 591f4e8

Please sign in to comment.