Live video on the AT Protocol
at next 11 lines 266 B view raw
1const ExpoConfig = require("@expo/config"); 2const path = require("path"); 3 4const projectDir = path.join(__dirname); 5 6const { exp } = ExpoConfig.getConfig(projectDir, { 7 skipSDKVersionRequirement: true, 8 isPublicConfig: true, 9}); 10 11console.log(JSON.stringify(exp));