-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
In general doing the styled(ReactNativeView) will be much slower than doing this:
import { Stack } from 'tamagui'
const TamaguiView = styled(Stack)
Or you can import View from tamagui. This is what the docs recommend. Of course also enabling the optimizing compiler would speed things up a lot more but don't need that mentioned.
I can probably make a case where tamagui recognizes the default RN View and optimizes it a bit more as well, I'll do that in an upcoming release, but I think just the change above is fair.
kzlar and redbar0n
Metadata
Metadata
Assignees
Labels
No labels