native script create project code example
Example 1: create react-native project
npx react-native init AwesomeProject
Example 2: nativescript create shared project
ng new -c=@nativescript/schematics sass-project --shared --style=scss
Example 3: how to create a new react native project
C:\Users\Tutorialspoint> npm install -g create-react-native-app
Example 4: nativescript create shared project
ng new -c=@nativescript/schematics project-name --shared