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.
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.