IntelliJ React Native Support

Answered

I saw the recent announcement of React Native support for IntelliJ https://blog.jetbrains.com/idea/2016/10/intellij-idea-2016-3-eap-adds-react-native-debugger/

However it doesn't say if it is only for the Ultimate edition of IntelliJ or the Community edition as well.

As a catch all question, what is the preferred IDE for React Native from Jetbrains? Does Webstorm have more support and features over IntelliJ?

0
9 comments

WebStorm is a subset of IntelliJ IDEA Ultimate features, React support is not available in the Community Edition.

1

Thanks @Serge, is there any plans to add react native support to community edition or android studio? 

0

As far as I know, it's not planned at the moment.

0

Are there any instructions or tips on how to properly configure IntelliJ ultimate for React Native development? 

2

I've installed 2017.1.1 version and I can't create React Native project.

Does 2017.1.1 support it either? Or it is supported only in WebStorm.

1

Found it under StaticWeb (

0

Can't debug React Native from WebStorm anymore.

When I press "Debug Remote JS" red screen says "Runtime is not ready for debugging..."

In iOS WebStorm pane this is what I get:

/usr/local/bin/node --debug-brk=55137 --expose_debug_as=v8debug /Applications/WebStorm.app/Contents/plugins/JavaScriptDebugger/proxy/launcher.js --port=8081 --sourcesStoragePath=/Users/xxx/Documents/Lavori/xxx/xxx/.tmp/reactNativeBuild
/usr/local/bin/node: bad option: --expose_debug_as=v8debug

Process finished with exit code 9

0

Please sign in to leave a comment.