File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
docs/src/content/docs/getting-started Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,8 @@ description: See how React Native Tailwind stacks up against other solutions
66React 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
You can’t perform that action at this time.
0 commit comments