From f0422270026f7ba5e90b204c1fc3eed737dd20a8 Mon Sep 17 00:00:00 2001
From: Francois Laberge
Date: Sat, 28 Mar 2015 20:19:02 -0400
Subject: [PATCH] Added #content hash to debugging link so that it scrolls to
start of text on mobile
---
website/src/react-native/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/src/react-native/index.js b/website/src/react-native/index.js
index 13f2c9be2..f41416d41 100644
--- a/website/src/react-native/index.js
+++ b/website/src/react-native/index.js
@@ -67,7 +67,7 @@ var App = React.createClass({
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.
- See Debugging.
+ See Debugging.