GeekyAnts / vue-native-cli

Write Native Mobile Apps using Vue. Vue Native is a wrapper around React Native APIs
92 stars 21 forks source link

Error creating project #31

Closed JeRabix closed 3 years ago

JeRabix commented 4 years ago

When I execute the vue-native init command, if the name of my application has the symbol "_" then the application is created using react cli and not expo cli. But if you write down the name of the project in one word or through "-" then everything is fine.

RishabhKarnad commented 3 years ago

This is intended. The CLI will first display that it is not a valid project name for Expo based projects. On continuing (saying yes to continue with invalid name), the CLI attempts to make a project with react-native-cli.