Updated docs for next

This commit is contained in:
Website Deployment Script
2017-04-03 18:12:22 +00:00
parent 3d762ea91d
commit 7cd5a3aecf
+1 -1
View File
@@ -14,7 +14,7 @@ native event object:</p><div class="prism language-javascript">onPanResponderMov
onMoveShouldSetPanResponderCapture<span class="token punctuation">:</span> <span class="token punctuation">(</span>evt<span class="token punctuation">,</span> gestureState<span class="token punctuation">)</span> <span class="token operator">=</span><span class="token operator">&gt;</span> <span class="token boolean">true</span><span class="token punctuation">,</span>
onPanResponderGrant<span class="token punctuation">:</span> <span class="token punctuation">(</span>evt<span class="token punctuation">,</span> gestureState<span class="token punctuation">)</span> <span class="token operator">=</span><span class="token operator">&gt;</span> <span class="token punctuation">{</span>
<span class="token comment" spellcheck="true"> // The guesture has started. Show visual feedback so the user knows
<span class="token comment" spellcheck="true"> // The gesture has started. Show visual feedback so the user knows
</span> <span class="token comment" spellcheck="true"> // what is happening!
</span>
<span class="token comment" spellcheck="true"> // gestureState.d{x,y} will be set to zero now