Now only styled components supported for react and default styling for react native
You can configure projet type
Just add this line to your settings.json or configure this in vscode settings
{
"reactquickworkflow.projectType": "react" // or react-native
}
You can create react component, react native component and react native screen, just simple right click on the folder. Also you can generate reducer or saga.
Example 1