Skip to content

Commit 565cd1e

Browse files
committed
clean
1 parent 7c01d47 commit 565cd1e

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -112,17 +112,6 @@ pnpm storybook # Run the app in storybook mode (port 8083)
112112
pnpm storybook:generate # Regenerate .rnstorybook/storybook.requires.ts after adding stories
113113
```
114114

115-
## Styling (Uniwind)
116-
117-
Setup follows the [Uniwind quickstart](https://docs.uniwind.dev/quickstart) (pnpm: `pnpm add uniwind tailwindcss`):
118-
119-
- **CSS entry:** `src/app.css` (`@import 'tailwindcss'` + `@import 'uniwind'`)
120-
- **Import CSS** in `src/app/_layout.tsx` (not in the Expo entry file)
121-
- **Metro:** `withUniwindConfig` wraps Storybook; `cssEntryFile` / `dtsFile` use relative paths
122-
- **Types:** `src/uniwind-types.d.ts` (auto-generated when Metro runs — restart dev after theme changes in `app.css`)
123-
124-
With **pnpm**, `metro/with-pnpm-uniwind-resolver.cjs` avoids a symlink-related resolver loop ([uni-stack/uniwind#353](https://github.com/uni-stack/uniwind/issues/353)).
125-
126115
> [!TIP]
127116
> You can open Storybook in another tab and switch between the app and Storybook by pressing `i` or `a` in each terminal.
128117

0 commit comments

Comments
 (0)