A CLI tool that uses AI to convert Figma frames into production-ready React Native components.
- Clone the repo
- Run
npm install - Create a
.envfile with:
FIGMA_TOKEN=your_figma_token
OPENAI_API_KEY=your_openai_key
- Run the CLI:
node index.js YOUR_FIGMA_FILE_IDGenerates .tsx files for each screen inside the output/ folder.