openspacelabs / react-native-zoomable-view

A view component for react-native with pinch to zoom, tap to move and double tap to zoom capability.
MIT License
205 stars 57 forks source link

Don't build on `yarn prepare` #69

Closed thomasttvo closed 1 year ago

thomasttvo commented 1 year ago

Building the library using yarn prepare impacts performance of github actions and exposes race conditions. This is because when yarn pulls the library, it runs yarn prepare and spawn many child yarn instances each trying to read and write to the same cache directories. It's never happened before, but it happens now. My guess is that the size of our custom libraries has reached a critical mass.