react-native-circleci-orb
react-native-circleci-orb copied to clipboard
A CircleCI Orb to Simplify Testing your React Native App
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.4.2 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...
Add `test_build_type` to build_android job and command.
If scheme name has `-` build fails with the following error: ``` xcodebuild: error: Unknown build action '-'. ``` This should prevent this error from happening. Xcode allows to use...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
### Orb version 6.8.1 ### What happened When running the `android_test` job we run into the following issue during the `Start Android Emulator (background)` step: ``` ERROR | x86_64 emulation...
Hitting problems when trying to rerun a build. the pre Yarn install step of Restoring the Cache is failing, is there a way around skipping this step, ### Orb version...
closes #116
### Orb version v5.4.0 according to docs, persist_to_workspace paths accepts list of string https://circleci.com/docs/2.0/configuration-reference/#persisttoworkspace orb provides a string, in several places also, something about the path can't be root of...
Caching node_modules seems to be saving 1.5-2 minutes per build time.