Skip to content

Commit

Permalink
Update Scan card component
Browse files Browse the repository at this point in the history
  • Loading branch information
chathurapathiranage authored Jun 9, 2024
1 parent 5875176 commit 1950a6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions payment_sdk/src/components/ScanCardButton.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import { Image, StyleSheet, Text, TouchableOpacity, View } from 'react-native';
import React from 'react';

// When press the scan card button it will open the camera and scan the card,
// without manually typing the card number, this will automaticaly fill in the
// card field
const ScanCardButton = () => {
return (
<TouchableOpacity
Expand Down

0 comments on commit 1950a6f

Please sign in to comment.