docs: update introduction

This commit is contained in:
Mark Lawlor
2022-05-12 14:17:12 +10:00
parent 628d9b3796
commit 83647aa193

View File

@@ -17,7 +17,7 @@ import { Text } from "react-native";
/**
* A button that changes color when hovered or pressed
* The text will change font weight when pressed
* The text will change font weight when the Pressable is pressed
*/
export function MyFancyButton(props) {
return (
@@ -32,6 +32,7 @@ export function MyFancyButton(props) {
- Works on **all** RN platforms
- Uses the Tailwind compiler - **styles computed at build time**
- Small runtime
- Babel plugin for **simple setup** and better **intellisense support**
- Respects all tailwind.config.js settings, including **themes, custom values, plugins**
- **dark mode / arbitrary classes / media queries**