Steps to reproduce
- install CRA by
npx create-react-app test-figma2react
- install
npm i -g figma2react globally and configurate .figma2react configuration file for figma connection
- create rectangle named
test at figma
- run
figma2react generate
What needs to be done:
Component named test should be created at the src/components folder
What actually happened
Empty src/components folder was created
- run
figma2react watch
- change the color of the rectangle
What needs to be done:
Component named test should be created at the src/components folder
What actually happened
figma2react wrote the text "project changed, making modifications!", but there are still no components at the src/components folder
Steps to reproduce
npx create-react-app test-figma2reactnpm i -g figma2reactglobally and configurate.figma2reactconfiguration file for figma connectiontestat figmafigma2react generateWhat needs to be done:
Component named
testshould be created at thesrc/componentsfolderWhat actually happened
Empty
src/componentsfolder was createdfigma2react watchWhat needs to be done:
Component named
testshould be created at thesrc/componentsfolderWhat actually happened
figma2reactwrote the text "project changed, making modifications!", but there are still no components at thesrc/componentsfolder