| 32 | import { useBottomTabBarHeight } from '@react-navigation/bottom-tabs'; |
| 33 | |
| 34 | interface EventResult { |
| 35 | success: boolean; |
| 36 | message: string; |
| 37 | timestamp: string; |
| 38 | } |
| 39 | |
| 40 | export default function ApplicationTestScreen() { |
| 41 | const [serverUrl, setServerUrl] = useState('http://localhost:12345'); |
nothing calls this directly
no outgoing calls
no test coverage detected