Updated docs for next

This commit is contained in:
Website Deployment Script
2016-10-21 16:39:49 +00:00
parent f9eb8d6964
commit d436efc46a
+1 -1
View File
@@ -19,7 +19,7 @@ generate the static image (frame) that the user will see on the screen
for that interval. If you are unable to do the work necessary to
generate that frame within the allotted 16.67ms, then you will "drop a
frame&quot; and the UI will appear unresponsive.</p><p>Now to confuse the matter a little bit, open up the developer menu in
your app and toggle <code>Show FPS Monitor</code>. You will notice that there are
your app and toggle <code>Show Perf Monitor</code>. You will notice that there are
two different frame rates.</p><h4><a class="anchor" name="javascript-frame-rate"></a>JavaScript frame rate <a class="hash-link" href="docs/performance.html#javascript-frame-rate">#</a></h4><p>For most React Native applications, your business logic will run on the
JavaScript thread. This is where your React application lives, API calls
are made, touch events are processed, etc... Updates to native-backed