react-native-circleci-orb
A CircleCI Orb to Simplify Testing your React Native App
File Explorer
Download Latest Version (.zip)- config.yml
- test-deploy.yml
- bug_report.md
- feature_request.md
- example_workflow.png
- android_build.yml
- android_emulator_start.yml
- bundle.yml
- detox_build.yml
- detox_test.yml
- ios_build.yml
- ios_simulator_start.yml
- metro_start.yml
- ndk_update.yml
- pod_install.yml
- setup_macos_executor.yml
- yarn_install.yml
- android.yml
- full.yml
- ios.yml
- linux_android.yml
- linux_js.yml
- macos.yml
- android_build.yml
- android_test.yml
- ios_build.yml
- ios_build_and_test.yml
- @orb.yml
- .gitignore
- .releaserc
- .yamllint
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/react-native-community/react-native-circleci-orb
Downloads the entire project code from GitHub to your computer.
cd react-native-circleci-orb
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
command: yarn eslint
Type this command into your terminal and run it.
command: yarn flow
Type this command into your terminal and run it.
command: yarn jest
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
