Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
finkef committed Nov 20, 2021
1 parent dc38ae3 commit d1fde7d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ import "react-native-tailwind.macro"
import { View, Text } from "react-native"

const Badge = () => (
// Platform Dark Mode
// ∨ ∨
<View tw="px-3 py-0.5 rounded-xl ios:rounded-full bg-blue-100 dark:bg-blue-800">
<Text tw="text-sm lg:text-lg font-medium text-blue-800">Badge</Text>
</View> //
// Responsive
</View>
)
```

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

## Credits

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

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

Expand Down

0 comments on commit d1fde7d

Please sign in to comment.