Valerii Smirnov
Valerii Smirnov
Because of the genius bot
I have this issue with some BottomSheet components as well. You can use` const BottomSheetView = styled(LibBottomSheetView)`
> Nativewind v4 does not have a `styled()` function anymore. Has anyone got this working in Nativewind v4 yet? You should you [remapProps](https://www.nativewind.dev/v4/api/remap-props) in this case
You can use [`enableDynamicSizing`](https://ui.gorhom.dev/components/bottom-sheet/props/#enabledynamicsizing) for this purpose
onLayout will be called multiple times, I think it's expected, because you are changing the size of the modal after it renders. You can try to combine dynamicSizing with your...
bump Do anyone with experience want try to fix the issue? @gorhom I can try by myself, but it will not be most efficient thing
Same here ``` ZodError: [ { "code": "invalid_union", "unionErrors": [ { "issues": [ { "code": "invalid_literal", "expected": "5", "path": [ "version" ], "message": "Invalid literal value, expected \"5\"" }, {...