()
| 36 | |
| 37 | /** Check if JS runs in Expo Go */ |
| 38 | export function isExpoGo(): boolean { |
| 39 | const expoGo = getExpoGo(); |
| 40 | return !!expoGo; |
| 41 | } |
| 42 | |
| 43 | /** Check Expo Go version if available */ |
| 44 | export function getExpoGoVersion(): string | undefined { |
no test coverage detected