diff --git a/app/react-native/readme.md b/app/react-native/readme.md index d34144faac98..b6b7adf48809 100644 --- a/app/react-native/readme.md +++ b/app/react-native/readme.md @@ -60,7 +60,7 @@ Now, you can open 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 `` of your choice (typically `ios` or `android`). +To see your Storybook stories on the device, you should start your mobile app for the `` 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: diff --git a/app/react-native/src/manager/components/PreviewHelp.js b/app/react-native/src/manager/components/PreviewHelp.js index c5aed758bc46..b3ce3c3b10dd 100644 --- a/app/react-native/src/manager/components/PreviewHelp.js +++ b/app/react-native/src/manager/components/PreviewHelp.js @@ -46,7 +46,9 @@ const PreviewHelp = () => {' '} <platform> {' '} - 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.)

For create-react-native-app apps: