mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 11:11:53 +08:00
Merge pull request #1189 from storybooks/shilman-patch-1
Fixed typo in react-native browser instructions
This commit is contained in:
commit
1a247cdc9b
@ -35,7 +35,7 @@ class PreviewHelp extends Component {
|
||||
For <span style={styles.code}>react-native init</span> apps:
|
||||
</p>
|
||||
<div style={styles.codeBlock}>
|
||||
<pre style={styles.instructionsCode}>npm run <platform></pre>
|
||||
<pre style={styles.instructionsCode}>react-native run-<platform></pre>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user