CLI to bootstrap the addition of desktop-qt platform to existing react-native project
Go to file
Volodymyr Kozieiev 603f31960e
Update README.md
2020-05-13 13:39:13 +03:00
src Updated path to react-native-desktop-qt 2020-05-13 13:31:06 +03:00
README.md Update README.md 2020-05-13 13:39:13 +03:00
bin.js initial commit 2020-05-08 18:34:27 +03:00
package.json initial commit 2020-05-08 18:34:27 +03:00

README.md

react-native-desktop-qt-init

CLI to bootstrap the addition of desktop-qt platform to existing react-native project

Usage with react-native>0.59

//create project
npx react-native init MyProject --version 0.60.6
cd MyProject

//Add desktop support.
npx https://github.com/status-im/react-native-desktop-qt-init.git

//Now `run-desktop` command available
npx react-native run-desktop

When invoked react-native-desktop-qt-init installs react-native-desktop-qt package to your project and calls it to generate desktop project files.