()
| 74 | |
| 75 | /** Checks if the current platform is not web */ |
| 76 | export function notWeb(): boolean { |
| 77 | return Platform.OS !== 'web'; |
| 78 | } |
| 79 | |
| 80 | /** Checks if the current platform is supported mobile platform (iOS or Android) */ |
| 81 | export function isMobileOs(): boolean { |
no outgoing calls
no test coverage detected