Skip to content

Commit af447ff

Browse files
committed
Merge pull request #424 from francoislaberge/debugging-documentation-redux
Added #content hash to debugging link so that it scrolls to start of content on mobile
2 parents 288aa50 + f042227 commit af447ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/react-native/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var App = React.createClass({
6767
All operations between the JavaScript application code and the native platform are performed asynchronously, and the native modules can also make use of additional threads as well. This means we can decode images off of the main thread, save to disk in the background, measure text and compute layouts without blocking the UI, and more. As a result, React Native apps are naturally fluid and responsive. The communication is also fully serializable, which allows us to leverage Chrome Developer Tools to debug the JavaScript while running the complete app, either in the simulator or on a physical device.
6868
</p>
6969
<p>
70-
See <a href="docs/debugging.html">Debugging</a>.
70+
See <a href="docs/debugging.html#content">Debugging</a>.
7171
</p>
7272
<img src="/react-native/img/chrome_breakpoint.png" width="800" height="443" />
7373

0 commit comments

Comments
 (0)