Software Alternatives & Reviews

From Figma to React Native using Specify

Specify App SVGO
  1. Specify is the Design Data Platform for your design & dev teams:🎨 Collect your design tokens and assets from Figma🤖 Store them in a single source of truth⚡️ Distribute your brand with custom delivery pipelinesGet started for free → specifyapp.com
    Pricing:
    • Open Source
    Luckily there exists a tool to automate this process. Specify is a cloud platform which stores a single source of truth for your design tokens (text styles, colors, icons, imagery, etc.) and distributes them to the different platforms. Specify allows you to import your tokens from a source like Figma (and soon other sources like Google Drive or Dropbox) and keep them in sync while you make changes to the source. You can view the tokens in the web app and export them to GitHub or to your project using the CLI.

    #Design Tools #Developer Tools #API 5 social mentions

  2. 2
    Tool for optimizing SVG files
    For SVG's, we can use the svgo parser, which optimizes the SVG code and outputs a minified result. The default svgo settings are pretty good, but we add removeDimensions to make them responsive and replace the hard coded colors with "currentColor" such that we can color them with React Native styles.

    #Graphic Design Software #Digital Drawing And Painting #Vector Graphic Editor 19 social mentions

Discuss: From Figma to React Native using Specify

Log in or Post with