* fix(suite-native): apply global patches in suite-native pipelines
- Packages are automatically patched by postinstall script only if `yarn install` is called but not in case of yarn workspaces focus.
* fix(connect): make sure that global patches are applied for Connect release
* fix(suite-web): make sure that global patches are applied for suite web release
- There was a bug using `.env.production` even on develop build of Android in createBundleReleaseJsAndAssets step of gradle.
- ENV variables from `eas.json` are used for EAS builds.
- `.env.development` and `.env.test` files are used for local builds and CI E2E builds.
- Local ENV vars can be overriden by `.env.development.local` and `.env.test.local` files.