mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
@@ -35,7 +35,7 @@ $ npm run flow
|
||||
javac <span class="hljs-number">1.8</span><span class="hljs-number">.0</span>_111
|
||||
</code></pre>
|
||||
<p>The version string <code>1.8.x_xxx</code> corresponds to JDK 8.</p>
|
||||
<p>You also need to install the <a href="https://buckbuild.com/setup/install.html">Buck build tool</a>.</p>
|
||||
<p>You also need to install the <a href="https://buckbuild.com/setup/install.html">Buck build tool</a>. Note that brew may not install the version needed to run the tests. For best results, use the same version as the GitHub builds, which can be found in the <code>.circleci</code> folder in the root of the repo.</p>
|
||||
<p>To run the Android unit tests:</p>
|
||||
<pre><code class="hljs">$ cd react-native
|
||||
$ ./scripts/run-android-local-unit-tests.sh
|
||||
|
||||
Reference in New Issue
Block a user