Feb 02, 2020 · React is a JavaScript framework which can be use to develop creative front-end web applications. So, I am using React for develop the application. You can use Angular as well. Let’s install React first
$ npm install react-native-macos-cli -g $ react-native-macos init MyProject $ cd MyProject $ react-native-macos run-macos If you want to add macOS target to the existing iOS/Android/Windows project, make the steps above, merge this new folder into your current React Native project, then put rn-cli.config.js in the root.Sep 28, 2019 · Every time I use “create-react-app ” to create an app, the npm manager will try and download all the node libraries once again which can take up a lot of disk space. So I copied the react-app directory into template-app. Within template-app, I removed the node_modules directory which takes up all the space and created a symbolic link to the ...