Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -568,8 +568,9 @@ jobs:
- run:
name: Prepare RNTester
command: |
git clone --depth=1 https://github.com/facebook/react-native
git clone https://github.com/facebook/react-native
cd react-native
git checkout 67bc498b24f6b548eafecd844c849156d91c5f79
yarn install
echo "console.log('Using Hermes: ' + (global.HermesInternal != null));" >> packages/rn-tester/js/RNTesterApp.android.js
- android/start-emulator-and-run-tests:
Expand Down