Github-Actions-React-Native
Github-Actions-React-Native copied to clipboard
Github Action for React Native Build 🦊
I remove the redundant-looking `install-and-test` job and only have the `build-android` job. I am sometimes encountering an error in [Build Android Release](https://gist.github.com/typelogic/1d7e7303f9c53cd176864eb3f5cb2da0) portion, where I do a *re-run* and it...
``` > Task :app:bundleReleaseJsAndAssets warning: the transform cache was reset. internal/fs/watchers.js:226 throw error; ^ Error: ENOSPC: System limit for number of file watchers reached, watch '/home/runner/work/try-deploy-gayatri/try-deploy-gayatri/node_modules/unimodules-constants-interface/android/build/intermediates/incremental/packageReleaseAssets' at FSWatcher. (internal/fs/watchers.js:218:26) at...
Hello ! Cache would be very useful to reduce the time of the pipeline, could you make a short example of how to implement it? Even with another actions
There are cases when we have env files and we need to pass those values on github actions before build. How do we achieve that ?