rncli
install
npm install @rayhomie/rncli -g
check
# View version
rncli -V
# or
rncli --version
# for hlep
rncli --help
use
Open the terminal and enter the following to create the project
rncli create your_project_name
start
cd ./your_project_name
yarn ios
# or
yarn android