showing results for - "ab mob react native expo"
Tim
01 Sep 2016
1import Constants from 'expo-constants';
2
3const testID = 'google-test-id';
4const productionID = 'my-id';
5// Is a real device and running in production.
6const adUnitID = Constants.isDevice && !__DEV__ ? productionId : testID;
7