Create React Native apps with no build configuration.
npm install crnanpx create-react-native-app is really lōng, so you can run this instead:
``sh
npm i -g crna
crna my-app
`
or this:
`sh`
npx crna my-app
...or just create an alias on your device.
`sh``
alias crna="npx create-react-native-app"