Update GettingStarted.md
Summary: fix a typo on linux keyboark ( Use `ctrl` instead of `command` ) Closes https://github.com/facebook/react-native/pull/15565 Differential Revision: D5666988 Pulled By: TheSavior fbshipit-source-id: 3e796f4e155c6c76ce1b7c0f2b473a8f64e1d0bd
This commit is contained in:
parent
db225c1e39
commit
a777517651
|
@ -598,7 +598,7 @@ Now that you have successfully run the app, let's modify it.
|
|||
Now that you have successfully run the app, let's modify it.
|
||||
|
||||
- Open `index.js` in your text editor of choice and edit some lines.
|
||||
- Press the `R` key twice or select `Reload` from the Developer Menu (`⌘M`) to see your changes!
|
||||
- Press the `R` key twice or select `Reload` from the Developer Menu (`Ctrl + M`) to see your changes!
|
||||
|
||||
<block class="native mac ios android" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue