Skip to content

Commit

Permalink
feat: add CC type icons
Browse files Browse the repository at this point in the history
  • Loading branch information
SConaway committed Jul 24, 2020
1 parent 0b605b0 commit e9a1263
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function App() {
</View>
<View style={styles.cardContainer}>
<CreditCardDisplay
number={4242424242424242}
number={'3088 0000 0000 0009'}
cvc={123}
expiration="06/21"
name="John J. Doe"
Expand Down
Loading

0 comments on commit e9a1263

Please sign in to comment.