Create-react-native-app: Difference between create-react-native-app and react-native-cli

Created on 2 Aug 2017  路  5Comments  路  Source: expo/create-react-native-app

create-react-native-app is quick and easy way to create react-native project. The react-native-cli have the same feature when use react-native init Awesome. What's the difference.

All 5 comments

https://facebook.github.io/react-native/docs/getting-started.html

Create React Native App is the easiest way to start building a new React Native application. It allows you to start a project without installing or configuring any tools to build native code - no Xcode or Android Studio installation required (see Caveats).

so conclusion will be
don't use create-react-native-app Awesome
but use react-native Awesome

First uses Expo, second not

but i can't use any without internet connection... is there a way to do so offline ?

Ha, this discussion had the same first response. Follow it down the thread to get a nuanced answer.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

THPubs picture THPubs  路  4Comments

Hareesh007 picture Hareesh007  路  4Comments

andyvanosdale picture andyvanosdale  路  3Comments

anp picture anp  路  3Comments

mwq27 picture mwq27  路  5Comments