Loading video...
Video Failed to Load
๐ 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 views โข 1 year ago โขvia X (Twitter)
8 Comments

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:

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 ๐

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

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

Holy SHIT I need this for iOS

End of discussion

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

Finallyyy

