mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
@@ -35,7 +35,7 @@
|
||||
<p>We will do our best to keep <code>master</code> in good shape, with tests passing at all times. But in order to move fast, we will make API changes that your application might not be compatible with. We will do our best to <a href="https://github.com/facebook/react-native/releases">communicate these changes</a> and version appropriately so you can lock into a specific version if need be.</p>
|
||||
<p>To see what changes are coming and provide better feedback to React Native contributors, use the <a href="http://facebook.github.io/react-native/versions.html">latest release candidate</a> when possible. By the time a release candidate is released, the changes it contains will have been shipped in production Facebook apps for over two weeks.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" name="bugs"></a><a href="#bugs" aria-hidden="true" class="hash-link" ><svg aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Bugs</h2>
|
||||
<p>We use <a href="https://github.com/facebook/react-native/issues">GitHub Issues</a> for our public bugs. If you would like to report a problem, take a look around and see if someone already opened an issue about it. If you a are certain this is a new, unreported bug, you can submit a <a href="http://facebook.github.io/react-native/docs/contributing.html#reporting-new-issues">bug report</a>.</p>
|
||||
<p>We use <a href="https://github.com/facebook/react-native/issues">GitHub Issues</a> for our public bugs. If you would like to report a problem, take a look around and see if someone already opened an issue about it. If you are certain this is a new, unreported bug, you can submit a <a href="http://facebook.github.io/react-native/docs/contributing.html#reporting-new-issues">bug report</a>.</p>
|
||||
<p>If you have questions about using React Native, the <a href="http://facebook.github.io/react-native/help.html">Community page</a> list various resources that should help you get started.</p>
|
||||
<p>We also have a <a href="https://react-native.canny.io/feature-requests">place where you can request features or enhancements</a>. If you see anything you'd like to be implemented, vote it up and explain your use case.</p>
|
||||
<h2><a class="anchor" aria-hidden="true" name="reporting-new-issues"></a><a href="#reporting-new-issues" aria-hidden="true" class="hash-link" ><svg aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Reporting new issues</h2>
|
||||
|
||||
@@ -128,10 +128,6 @@
|
||||
<pre><code class="hljs css javascript"><span class="hljs-keyword">static</span> back(s)
|
||||
</code></pre>
|
||||
<p>Use with <code>Animated.parallel()</code> to create a simple effect where the object animates back slightly as the animation starts.</p>
|
||||
<p>Wolfram Plot:</p>
|
||||
<ul>
|
||||
<li><a href="http://tiny.cc/back_default">http://tiny.cc/back_default</a> (s = 1.70158, default)</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3><a class="anchor" aria-hidden="true" name="bounce"></a><a href="#bounce" aria-hidden="true" class="hash-link" ><svg aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><code>bounce()</code></h3>
|
||||
<pre><code class="hljs css javascript"><span class="hljs-keyword">static</span> bounce(t)
|
||||
|
||||
Reference in New Issue
Block a user