Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React-Native - Docs - Add Issues section for Android Emulator #2078

Merged
merged 4 commits into from Oct 21, 2017

Conversation

jpshelley
Copy link
Contributor

Been having issues for ever. Finally found a nice way to run an emulator in one line. Thank to https://www.bram.us/2017/05/12/launching-the-android-emulator-from-the-command-line/

Been having issues for ever. Finally found a nice way to run an emulator in one line. Thank to https://www.bram.us/2017/05/12/launching-the-android-emulator-from-the-command-line/
@@ -14,6 +14,10 @@ In order to work with React Native Storybook, one or more devices should be conn
- Forward port 9001 `adb reverse tcp:9001 tcp:9001`
- Start with `react-native run-android`

#### Issues
**Problem**: If you run into a `No such file or directory` error:
**Solution**: You must run the emulator from its direction: `cd $(dirname $(which emulator)) && ./emulator -avd MY_AVD_NAME`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from its directory

@codecov
Copy link

codecov bot commented Oct 19, 2017

Codecov Report

Merging #2078 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #2078   +/-   ##
======================================
  Coverage    21.4%   21.4%           
======================================
  Files         263     263           
  Lines        5793    5793           
  Branches      689     682    -7     
======================================
  Hits         1240    1240           
- Misses       4014    4041   +27     
+ Partials      539     512   -27
Impacted Files Coverage Δ
app/react/src/server/config/babel.js 0% <0%> (-100%) ⬇️
app/react/src/server/babel_config.js 0% <0%> (-77.42%) ⬇️
app/react/src/server/utils.js 0% <0%> (-53.58%) ⬇️
addons/events/src/components/Event.js 0% <0%> (ø) ⬆️
addons/knobs/src/components/types/Color.js 8.1% <0%> (ø) ⬆️
addons/info/src/components/PropVal.js 41.41% <0%> (ø) ⬆️
lib/ui/src/modules/ui/containers/left_panel.js 25.71% <0%> (ø) ⬆️
...es__/update-addon-info/update-addon-info.output.js 0% <0%> (ø) ⬆️
...ponents/left_panel/stories_tree/tree_decorators.js 33.33% <0%> (ø) ⬆️
...codemod/src/transforms/update-organisation-name.js 40.62% <0%> (ø) ⬆️
... and 25 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a701365...9d8101f. Read the comment docs.

@Hypnosphi Hypnosphi self-assigned this Oct 21, 2017
@Hypnosphi Hypnosphi merged commit 4c097c3 into storybookjs:master Oct 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants