Skip to content

Commit

Permalink
Merge branch 'master' into 1220-kitchen-sink
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman authored Jun 9, 2017
2 parents f280f94 + 85da42c commit 46cff5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/react-native/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Now, you can open <http://localhost:7007> to view your storybook menus in the br

## Start App

To see your Storybook stories on the device, you should start your mobile app for the `<platform>` of your choice (typically `ios` or `android`).
To see your Storybook stories on the device, you should start your mobile app for the `<platform>` of your choice (typically `ios` or `android`). (Note that due to an implementation detail, your stories will only show up in the left-pane after your device has connected to this storybook server.)

For CRNA apps:

Expand Down
4 changes: 3 additions & 1 deletion app/react-native/src/manager/components/PreviewHelp.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ const PreviewHelp = () =>
{' '}
<span style={styles.code}>&lt;platform&gt;</span>
{' '}
of your choice (typically ios or android).
of your choice (typically ios or android). (Note that due to an implementation detail, your
stories will only show up in the left-pane after your device has connected to this storybook
server.)
</p>
<p>
For <span style={styles.code}>create-react-native-app</span> apps:
Expand Down

0 comments on commit 46cff5f

Please sign in to comment.