File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ const MyComponent = () => (
21
21
[ image] ( https://reactnative.dev/docs/image-style-props ) ,
22
22
[ shadow] ( https://reactnative.dev/docs/shadow-props ) , and
23
23
[ text] ( https://reactnative.dev/docs/text-style-props ) ).
24
+ - very fast: best performance of all RN styling libraries, according to
25
+ [ this benchmark] ( https://github.com/efstathiosntonas/react-native-style-libraries-benchmark ) .
24
26
- compatible with Tailwind CSS v3 and v2
25
27
- respects your ` tailwind.config.js ` for full configuration
26
28
- platform prefixes: ` android:mt-4 ios:mt-2 `
@@ -34,7 +36,6 @@ const MyComponent = () => (
34
36
- merges supplied RN style objects for unsupported utilities or complex use cases
35
37
- supports custom utility creation via standard
36
38
[ plugin config] ( https://tailwindcss.com/docs/adding-new-utilities#using-a-plugin ) .
37
- - heavily optimized for performance - styles resolved once, then stored in in-memory cache
38
39
- flexible, conditional styles based on
39
40
[ classnames package api] ( https://github.com/JedWatson/classnames ) .
40
41
- written 100% in Typescript, ships with types
You can’t perform that action at this time.
0 commit comments