My metro.config.js const path = require('path'); let allModules =new Proxy({}, { get: (target, name) => path.join(process.cwd(), `node_modules/${name}`), }); ...
確定! 回上一頁