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

Fix the crashes on first-run #2311

Closed
harinikmsft opened this issue Apr 18, 2019 · 0 comments · Fixed by #2373
Closed

Fix the crashes on first-run #2311

harinikmsft opened this issue Apr 18, 2019 · 0 comments · Fixed by #2373

Comments

@harinikmsft
Copy link
Contributor

There are 2 crashes that consistently occur on first-run:

  1. If chrome is not launched prior to the app launched, then there is C++ exception and the app crashes
  2. On second try, the bundler/packager doesn't consistently package the RN JS file and hence the app does not refresh with the UI. Once I close the app and run it again, everything just works.

We need to fix both these issues so that developers can reliably launch the app on first-run by running the react-native run windows command.

@harinikmsft harinikmsft added this to the RNWCPP Milestone 2 milestone Apr 18, 2019
@harinikmsft harinikmsft added the Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) label Apr 24, 2019
@kmelmon kmelmon added ready for dev and removed Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) ready for dev labels Apr 24, 2019
@ghost ghost closed this as completed in #2373 May 2, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants