React native new architecture speed up / caching

With the new architecture, react native brings along a major slowdown of builds. They do have a guide about using ccache, even with CI: Speeding up your Build phase 路 React Native

What is a good way to implement that on bitrise?

What other caches / methods can be used to speed up builds ?

You can run any command you need using the Script step.