📌  相关文章
📜  ab mob react native expo - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:33.229000             🧑  作者: Mango

代码示例1
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;