From 57d04100cda206245156d6fda31f78236039d051 Mon Sep 17 00:00:00 2001 From: Jared Henderson Date: Mon, 12 Feb 2024 12:19:41 -0500 Subject: [PATCH] docs: add speed as feature, w/ link to benchmark --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 7928849..1f1c5cf 100644 --- a/readme.md +++ b/readme.md @@ -21,6 +21,8 @@ const MyComponent = () => ( [image](https://reactnative.dev/docs/image-style-props), [shadow](https://reactnative.dev/docs/shadow-props), and [text](https://reactnative.dev/docs/text-style-props)). +- **very fast**--best performance of all RN styling libraries, according to + [this benchmark](https://github.com/efstathiosntonas/react-native-style-libraries-benchmark). - compatible with Tailwind CSS v3 and v2 - respects your `tailwind.config.js` for full configuration - platform prefixes: `android:mt-4 ios:mt-2`