Closed iSued closed 2 years ago
Hey! đŸ‘‹
It looks like you've omitted a few important sections from the issue template.
Please complete Description and Snack or minimal code example sections.
I think reanimated is tested on a powerful computer and a powerful simulator or cell phone. It is better that you do your animations.
I think reanimated is tested on a powerful computer and a powerful simulator or cell phone. It is better that you do your animations.
I'm testing animations using two top devices. Your answer doesn't make sense. I think i found the problem. I'ill update the issue.
Hey, did you figure out the solution to this? I'm experiencing something similar where other views are affected just by the presence of an Animated View.
I forgot to update the issu because i was very busy. The problem was the react-native version.
I had 0.66.4 RN version and 2.4.1 of Reanimated. Updating RN to 0.67.3 the problem was solved.
So basically when installing a version of Reanimated be sure to check which version of RN there's in Reanimated Package.json
UPDATE the real bug was the header height property. It must be set to avoid glitch.
Because under the hood React-Native-Navigation mounts Reanimated 2.
UPDATE the real bug was the header height property. It must be set to avoid glitch.
Because under the hood React-Native-Navigation mounts Reanimated 2.
Hello, would you mind providing code to show exactly what you mean in how you addressed it with header height? Do you mean:
headerStyle: {
height: 80
}
As i'm seeing this issue and it didn't address it for me. We are currently on RN v66.4 though.
I ned to be more specific. Basically at the end i ended up with custom headers with a specific height:number not percentage or flexbox. So every screen renders a custom header, and this worked quite fine for me.
When using specific height with default header with custom components inside, it used to be glitchy, it seems that default header works fine only when changing little stuff like title, or back button.
For example: I had a logo that i need to show in every page in the center of the header and this was causing a strange behaviour
I am using entering animations and exiting animations in an
this component is child of a SafeAreaView from 'react-native-safe-area-context' library.
When using animations in entering on any of the views inside the layout is not behaving as expected. The Layout becomes laggy moving up in a non displayed area, under the navigation Header
Expected behavior
Should behave as when i'm not using entering animations.
Actual behavior & steps to reproduce
Layout problems pushing my View and making it laggy
Snack or minimal code example
Package versions
Affected platforms