Skip to content

Commit 5a31e5a

Browse files
committed
chore: update docs
1 parent 0f04112 commit 5a31e5a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/src/content/docs/getting-started/how-it-compares.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ description: See how React Native Tailwind stacks up against other solutions
66
React Native Tailwind takes a fundamentally different approach from other Tailwind-for-RN solutions. Here's why it stands out:
77

88
-**Zero runtime overhead** for static styles
9-
- 📦 **Zero runtime dependencies**
9+
- 📦 **Zero dependencies** — Minimal supply chain risk
1010
- 🛠️ **Simplest setup** — just a Babel plugin
11-
- 🔒 **Minimal supply chain risk**
1211

1312
## ⚡ At a Glance
1413

@@ -142,9 +141,7 @@ export default {
142141
```tsx
143142
// scheme:bg-surface automatically becomes:
144143
<View className="light:bg-surface-light dark:bg-surface-dark p-4 rounded-lg">
145-
<Text className="light:text-label-light dark:text-label-dark">
146-
Adapts to any theme!
147-
</Text>
144+
<Text className="light:text-label-light dark:text-label-dark">Adapts to any theme!</Text>
148145
</View>
149146
```
150147

0 commit comments

Comments
 (0)