@ha_tecno/react-native-sdk
Version:
React Native SDK for biometric authentication, liveness detection, and fingerprint recognition
18 lines (17 loc) • 439 B
JavaScript
;
import { TouchableOpacity } from 'react-native';
import Button from '../../assets/svg/videoButton.svg';
import { jsx as _jsx } from "react/jsx-runtime";
export const VideoButton = ({
onPress,
disabled,
...props
}) => {
return /*#__PURE__*/_jsx(TouchableOpacity, {
onPress: onPress,
disabled: disabled,
...props,
children: /*#__PURE__*/_jsx(Button, {})
});
};
//# sourceMappingURL=VideoButton.js.map