Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 844 Bytes

File metadata and controls

31 lines (19 loc) · 844 Bytes

1. Design

Note: You can also clone this repo and skip designing.

  1. Go to the Figma to React Native plugin page
  2. Press Open in... and select Playground File
  3. Run the plugin and press the export button at the bottom.
  4. Choose Download App and save / extract the project.

2. Develop

Note: You must have pnpm installed to develop.

  1. Run pnpm i to install deps and generate files
  2. Run pnpm dev to start vite and metro dev servers
  3. Run pnpm build to build the production apps and tools
  4. Refer to package.json for more commands.

3. Discuss

Note: This project is work in progress.