MCPcopy
hub / github.com/BlueWallet/BlueWallet / CameraScreenProps

Interface CameraScreenProps

components/CameraScreen.tsx:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import Icon from './Icon';
10
11interface CameraScreenProps {
12 onCancelButtonPress: () => void;
13 showImagePickerButton?: boolean;
14 showFilePickerButton?: boolean;
15 onImagePickerButtonPress?: () => void;
16 onFilePickerButtonPress?: () => void;
17 onReadCode?: (event: OnReadCodeData) => void;
18}
19
20const CameraScreen: React.FC<CameraScreenProps> = ({
21 onCancelButtonPress,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected