Skip to content

Commit

Permalink
docs: add speed as feature, w/ link to benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredh159 committed Feb 12, 2024
1 parent 8a6172b commit 57d0410
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 57d0410

Please sign in to comment.