const { checkLogin } = require('./utils/logcheck'); App({ onLaunch() { checkLogin(); } });