From 83647aa193083afe56cd9b8cd787efb58ce58d82 Mon Sep 17 00:00:00 2001 From: Mark Lawlor Date: Thu, 12 May 2022 14:17:12 +1000 Subject: [PATCH] docs: update introduction --- website/docs/introduction.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/introduction.md b/website/docs/introduction.md index 944d127..2c82153 100644 --- a/website/docs/introduction.md +++ b/website/docs/introduction.md @@ -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**