Devinops Life is a Jounrney Full of Challenge!

Jest quickstart

Installation and Setup npm install --save-dev jest Basic Test Structure // file.test.js|ts describe("Subject of something to test", () => { describ

Devin Devin 发布于 2025-09-17

expo构建打包

EAS 构建 主要指令 //登录 eas login //关联本地expo项目到EAS eas init //init后eas-cli在app.json中添加以下信息 "extra": { "router": {}, "eas": { "pr

Devin Devin 发布于 2025-07-25