-
Hello. Im using this basic code. The animation should behave that when i click on certain container that the container stays with flex : 1 and the rest will get flex: 0.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey! I think this is what you are trying to achieve, right? Screen.Recording.2024-07-09.at.00.43.47.mp4The issue in your implementation is caused by setting the |
Beta Was this translation helpful? Give feedback.
Hey!
I think this is what you are trying to achieve, right?
Screen.Recording.2024-07-09.at.00.43.47.mp4
The issue in your implementation is caused by setting the
height
explicitly in the style of theAnimated.View
.height
shouldn't be mixed with flex properties and, if you want to animate theflex
property, remove theheight
.