pst*_*ton 6 react-native
有没有办法确定当前运行的反应本机应用程序是否是调试版本?专门针对 Android,但希望与平台无关。
Wol*_*ine 9
使用 DEV 标志
if (__DEV__) { console.log('I am in debug'); }
归档时间:
8 年 前
查看次数:
2347 次
最近记录: