react-native-style-libraries-benchmark
react-native-style-libraries-benchmark copied to clipboard
chore: updated and pinned dep versions
I couldn't update the scores as the profiler doesn't run on my local... unistyles is still at the top and gluestack performs much better now
@efstathiosntonas I've updated all the deps, however I'm unable to run the profiler on my mbp. Do you mind having a look at the pr?
You may want to consider bench-marking NativeWind separately from the other frameworks. NativeWind v4 is global, it changes the jsx
import from react
->nativewind
so 'nativewind' code will be run for every <View />
, no matter the framework.
You may want to consider bench-marking NativeWind separately from the other frameworks. NativeWind v4 is global, it changes the
jsx
import fromreact
->nativewind
so 'nativewind' code will be run for every<View />
, no matter the framework.
As of 4.0.27
you can add cssInterop={false}
to a component to disable the NativeWind transform.