[ReactNative] Add few hints in the UI

This commit is contained in:
Alex Kotliarskyi 2015-03-31 16:04:02 -07:00
parent d51e402a2a
commit 2c4e9aba80
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ ws.onopen = function() {
setStatus('Debugger session #' + sessionID + ' active');
ws.send(JSON.stringify({replyID: parseInt(sessionID, 10)}));
} else {
setStatus('Waiting for simulator');
setStatus('Waiting, press ⌘R in simulator to reload and connect');
}
}