react native

Shell
React Native is an open-source mobile application framework created by Facebook.

It is used to develop applications for Android, iOS, Web and UWP by enabling
developers to use React along with native platform capabilities.
npx react-native init AwesomeProject
expo init AwesomeProject

cd AwesomeProject
npm start # you can also use: expo start
npx react-native init AwesomeProject

Source

Also in Shell: