Closed yzhe554 closed 3 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
react-native-unistyles-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 22, 2024 9:59am |
Summary
Export UnistylesTheme
I am implementing customised styles for border with some business logics. I want to move the logic into a pure function. e.g
I can mock UnistylesTheme from local via UnistylesThemes[keyof UnistylesThemes] but it's better to use UnistylesTheme directly.