正在加载视频...

视频加载失败

🚀 Never recompile the same code twice. Expo SDK 53 introduces remote build caching for `npx expo run:[android|ios]`. This will save you time on every rebuild. Here's how it works ↓

18,961 次观看 • 1 年前 •via X (Twitter)

8 条评论

Expo 的头像
Expo1 年前

When you configure `experiments.buildCacheProvider` in your app config, running `npx expo run:[ios|android]` will look for a build with a matching fingerprint on a remote server. If one exists it will download and launch it rather than compiling the app again. If there is no matching build, then it will continue to compile locally for the run command, then upload the archive once it is completed. Check out the blog post from @donadeldev to start skipping redundant builds:

Etherspot 🐞 的头像
Etherspot 🐞2 年前

Want to build a Web3 app without all the overhead costs? Try TransactionKit, a React toolkit that makes building dApps easy. Integrate cutting-edge account abstraction features in just a few clicks. Try it today 👇

Selva 的头像
Selva1 年前

I tweaked an original example, and using it in our app. Saves a lot of time.

Amit Mirgal 🇮🇳🇨🇦 — oss/acc 的头像
Amit Mirgal 🇮🇳🇨🇦 — oss/acc1 年前

this is such a win those extra minutes on every build really add up excited to try it on my next project

Peter Piekarczyk 的头像
Peter Piekarczyk1 年前

Holy SHIT I need this for iOS

YUSUFF SMART 的头像
YUSUFF SMART1 年前

End of discussion

Michal 的头像
Michal1 年前

you should move to minute pricing for this to make more sense

Bra Jona 的头像
Bra Jona1 年前

Finallyyy

相关视频