I can't init my new react native app. Here is the error after doing react-native init myapp :
Unable to find React Native files. Make sure "react-native" module is installed in your project dependencies.. Run CLI with --verbose flag for more detail
I already tried to reinstall react-native cli and use community cli, but doesn't work.
//EDIT:
I had to npm react-native -g install and it works again