layout animation config for composer footer
This commit is contained in:
@@ -1266,6 +1266,7 @@ function ComposerFooter({
|
|||||||
a.justify_between,
|
a.justify_between,
|
||||||
]}>
|
]}>
|
||||||
<View style={[a.flex_row, a.align_center]}>
|
<View style={[a.flex_row, a.align_center]}>
|
||||||
|
<LayoutAnimationConfig skipEntering skipExiting>
|
||||||
{video && video.status !== 'done' ? (
|
{video && video.status !== 'done' ? (
|
||||||
<VideoUploadToolbar state={video} />
|
<VideoUploadToolbar state={video} />
|
||||||
) : (
|
) : (
|
||||||
@@ -1299,6 +1300,7 @@ function ComposerFooter({
|
|||||||
) : null}
|
) : null}
|
||||||
</ToolbarWrapper>
|
</ToolbarWrapper>
|
||||||
)}
|
)}
|
||||||
|
</LayoutAnimationConfig>
|
||||||
</View>
|
</View>
|
||||||
<View style={[a.flex_row, a.align_center, a.justify_between]}>
|
<View style={[a.flex_row, a.align_center, a.justify_between]}>
|
||||||
{showAddButton && (
|
{showAddButton && (
|
||||||
|
|||||||
Reference in New Issue
Block a user