Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
266 B · 11 lines
JavaScript
123456789101112const ExpoConfig = require("@expo/config");const path = require("path");
const projectDir = path.join(__dirname);
const { exp } = ExpoConfig.getConfig(projectDir, { skipSDKVersionRequirement: true, isPublicConfig: true,});
console.log(JSON.stringify(exp));