Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 428 Bytes

File metadata and controls

22 lines (16 loc) · 428 Bytes

Figma to React Native CLI (AI-enhanced)

A CLI tool that uses AI to convert Figma frames into production-ready React Native components.

Setup

  1. Clone the repo
  2. Run npm install
  3. Create a .env file with:
FIGMA_TOKEN=your_figma_token
OPENAI_API_KEY=your_openai_key
  1. Run the CLI:
node index.js YOUR_FIGMA_FILE_ID

Output

Generates .tsx files for each screen inside the output/ folder.