Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

ab mob react native expo

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;
Source by docs.expo.io #
 
PREVIOUS NEXT
Tagged: #ab #mob #react #native #expo
ADD COMMENT
Topic
Name
4+6 =