Create new react-native project using expo-cli in WebStorm

Is it possible to use expo-cli for creating a react-native project in latest WebStorm? (i.e. something like this at command prompt > expo init myFirstRNApp) 

I read an older post post at https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000387084-Using-web-storm-with-Expo-?input_string=Create%20new%20react-native%20project%20using%20expo-cli%20and%20not%20react-native-cli but it doesn't talk of using expo-cli for creating a new project.

1
4 comments

do you miss expo-cli support? No, it's not there, please feel free to file a request for it to youtrack, https://youtrack.jetbrains.com/issues/WEB.
You can run expo init in terminal and then open the created project in WebStorm via File | Open. See https://www.jetbrains.com/help/webstorm/react-native.html#starting_with_existing_react_native_application

0

Yes, it would be nice to have expo cli available out-of-the-box from WebStorm.  Then, it would be a seamless developer experience and also it'll enhance WebStorm for the developer by making developer more productive. Development IDE has one major goal - make the developer more productive so that repetitive tasks like creating a project, finding an object's members, compilation etc. are offloaded to the IDE and the developer can then focus on other things of importance.

But for now, I'll create an expo project from command window and then open the project folder in WebStorm.

3

I also think adding https://github.com/expo/expo-cli support in File | New would be a great feature.

0

Please sign in to leave a comment.