Hello,
I am trying to improve the caching on our builds for a react-native app.
I know that there is the cache steps (cache-push / cache-pull), but there is also a caching option added to the yarn step: https://github.com/bitrise-steplib/steps-yarn/blob/master/step.yml#L40
I am wondering how those two things coexist and if there is a specific setup to use?
If I use the caching on the yarn step, what happens to the caching on cache-push, etc.
It kind of relates to this question: How can I use cache push/pull for react native apps?
Thank you!