import Constants from 'expo-constants'; const testID = 'google-test-id'; const productionID = 'my-id'; // Is a real device and running in production. const adUnitID = Constants.isDevice && !__DEV__ ? productionId : testID;