()
| 56 | |
| 57 | /** Checks if the current platform is web */ |
| 58 | export function isWeb(): boolean { |
| 59 | return Platform.OS === 'web'; |
| 60 | } |
| 61 | |
| 62 | /** |
| 63 | * Checks if Expo's native fetch implementation (`expo/fetch`) is active. |
no outgoing calls
no test coverage detected