gabekutner / roommatefinder-mobile

Welcome to DormParty: a social platform for college kids looking for dorm roommates. Help out with the first version of RoommateFinder by sharing feedback and contributing to the code.
https://gabekutner.github.io/roommatefinder-mobile/
Apache License 2.0
3 stars 0 forks source link

Storybook 🚾 #5

Closed gabekutner closed 1 month ago

gabekutner commented 2 months ago

Commit #337 added Storybook to the project.

As components get restructured, create a .stories.jsx file for them (possibly in their component folders.

if then we need to update .storybook/main.ts StoryBookConfig to look in the src/views folder when trying to find .stories files.

How to swap between App and StoryBook: link

^ add that for easier navigation between app and storybook

Convert .storybook config files from .ts | .tsx to .jsx.

Configure browser storybook instead of via the ios simulator