1'use strict'; 2import { Platform } from '@unimodules/core'; 3 4import ExponentTest from '../ExponentTest'; 5 6export function isDeviceFarm() { 7 return ExponentTest && ExponentTest.isInCI && Platform.OS === 'android'; 8} 9
1'use strict'; 2import { Platform } from '@unimodules/core'; 3 4import ExponentTest from '../ExponentTest'; 5 6export function isDeviceFarm() { 7 return ExponentTest && ExponentTest.isInCI && Platform.OS === 'android'; 8} 9