fix: ensure absolute view in AISummary component takes full width
This commit is contained in:
parent
9d3a9a944b
commit
2612f9aab1
|
|
@ -118,7 +118,7 @@ export const AISummary: FC<{
|
|||
</View>
|
||||
</Animated.View>
|
||||
|
||||
<View className="absolute opacity-0">
|
||||
<View className="absolute w-full opacity-0">
|
||||
<View onLayout={measureContent}>
|
||||
{error ? (
|
||||
<View className="mt-3">
|
||||
|
|
|
|||
Loading…
Reference in New Issue