Skip to content

vkjr/react-native-desktop-qt-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/vkjr/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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published