(event: any)
| 244 | }; |
| 245 | |
| 246 | const handleReadCode = (event: any) => { |
| 247 | onBarCodeRead({ data: event?.nativeEvent?.codeStringValue }); |
| 248 | }; |
| 249 | |
| 250 | const handleBackdoorOkPress = () => { |
| 251 | setBackdoorVisible(false); |
nothing calls this directly
no test coverage detected