1

When I run a React-Native project after configure Run/Debug Configuration, Metro Bundler runs OK and after that freezing. So I stopped the Metro Bundler, I got an error message.

First, I set Run/Debug configuration like this picture

Run/Debug Configuration named RN-IOS

Second, I ran RN-IOS and stopped Metro Bundler myself because of it did not work after the process

Error screen and message

I've tried the below:

  1. Removed all Node and related directories manually in my machine and reinstalled, not working.
  2. Removed .idea directory from the project was not working.
  3. Create empty project using WebStorm and running was not working.
  4. Searched JetBrains Issue Tracker but could not find any solution.

Please, let me know how to solve this issue.

1 Answer 1

1

Running/debugging with React Native 0.57+ doesn't work; WEB-34895 is fixed in upcoming WebStorm 2018.3. For previous versions, the only workarpound is starting the bundler externally (react-native start) and removing corresponding before launch task from React Native run configuration.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.