From a2c1170da558d22cb10694d3a7830799a2928a06 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Thu, 23 Jun 2016 06:41:09 -0700 Subject: [PATCH] Mention double tapping R to reload in the app template Summary: This is a pretty useful trick to know, let's promote it :) The formatting is consistent with iOS: https://github.com/facebook/react-native/blob/master/local-cli/generator/templates/index.ios.js screen shot 2016-06-23 at 4 04 47 pm Closes https://github.com/facebook/react-native/pull/8354 Differential Revision: D3475790 Pulled By: mkonicek fbshipit-source-id: 06a43cf73b31d91faac72280d680f8eb95f50145 --- local-cli/generator/templates/index.android.js | 1 + 1 file changed, 1 insertion(+) diff --git a/local-cli/generator/templates/index.android.js b/local-cli/generator/templates/index.android.js index 83a6350e9..7dbbc2fd5 100644 --- a/local-cli/generator/templates/index.android.js +++ b/local-cli/generator/templates/index.android.js @@ -23,6 +23,7 @@ class <%= name %> extends Component { To get started, edit index.android.js + Double tap R on your keyboard to reload,{'\n'} Shake or press menu button for dev menu