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?
Please sign in to leave a comment.
WebStorm is a subset of IntelliJ IDEA Ultimate features, React support is not available in the Community Edition.
Thanks @Serge, is there any plans to add react native support to community edition or android studio?
As far as I know, it's not planned at the moment.
Are there any instructions or tips on how to properly configure IntelliJ ultimate for React Native development?
https://blog.jetbrains.com/webstorm/2016/12/developing-mobile-apps-with-react-native-in-webstorm/
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.
Found it under StaticWeb (
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
Please follow https://youtrack.jetbrains.com/issue/WEB-27303 for updates