npm init react-native finishes with error:
command not found: create-react-native
Current documentation is yarn based, while the general node community and react is basing on npm init command to create apps.
For example npm init react-app my-app.
Happy to contribute that change back to cli.