Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Latest commit

 

History

History
43 lines (33 loc) · 2.08 KB

CONTRIBUTING.md

File metadata and controls

43 lines (33 loc) · 2.08 KB

CONTRIBUTING

This project consists of a Typescript Expo app, with:

Contents

Architectural Notes

  • Components follow atomic design
  • Update Storybook as the design system is updated
  • Screens are split in a modular structure
  • Keep test suite updated
  • For animations use Reanimated2, don't sweat it
  • React Query is beautiful, let's iterate on that
  • To create a new release follow this workflow
  • Expect your code to be rejected per not following any of the instructions above.

Code Quality Tools

Storybook

To enable storybook it needs a little code patch in App.tsx:

echo 'export { default } from "./storybook";' > App.tsx

Remember to reset changes after using storybook.