With Expo-router
, HoldItem
clicked moves the height of the header
#101
Labels
bug
Something isn't working
Describe the bug
Using Expo-router,
<HolItem />
translates on the Y axis the height if a header of a<Stack />
, even if the propdisabledMove
is set.To Reproduce
Steps to reproduce the behavior:
/app
create a_layout.tsx
_layout.tsx
, create a basic that returns a navigationindex.tsx
, use<HoltItem />
My Action
, this text will translate on Y axis to a distance that is equal to the header's height.Expected behavior
The
My Action
text should not move.Additional context
There is no move by setting
headerShown: false
in the<Stack />
, but I need that header.The text was updated successfully, but these errors were encountered: