Skip to content

Commit d1fde7d

Browse files
committed
chore: update README
1 parent dc38ae3 commit d1fde7d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@ import "react-native-tailwind.macro"
99
import { View, Text } from "react-native"
1010

1111
const Badge = () => (
12-
// Platform Dark Mode
13-
// ∨ ∨
1412
<View tw="px-3 py-0.5 rounded-xl ios:rounded-full bg-blue-100 dark:bg-blue-800">
1513
<Text tw="text-sm lg:text-lg font-medium text-blue-800">Badge</Text>
16-
</View> //
17-
// Responsive
14+
</View>
1815
)
1916
```
2017

@@ -337,7 +334,7 @@ For more examples and use cases, check the [macro test snapshots](packages/react
337334

338335
## Credits
339336

340-
- [tailwind-react-native-classnames]("https://github.com/jaredh159/tailwind-react-native-classnames"): Used for compiling Tailwind styles
337+
- [tailwind-react-native-classnames](https://github.com/jaredh159/tailwind-react-native-classnames): Used for compiling Tailwind styles
341338

342339
- [react-native-media-query](https://github.com/kasinskas/react-native-media-query): Used for applying responsive styles with CSS media queries on the web
343340

0 commit comments

Comments
 (0)