From 9c2036fa464d279c74e97a246902c445fffa703a Mon Sep 17 00:00:00 2001 From: M-i-k-e-l Date: Tue, 3 Jun 2025 12:15:07 +0300 Subject: [PATCH] Add StackAggregator doc --- docs/getting-started/v8.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/getting-started/v8.md b/docs/getting-started/v8.md index db8ff61069..589e2a6737 100644 --- a/docs/getting-started/v8.md +++ b/docs/getting-started/v8.md @@ -69,3 +69,7 @@ Removed (use `PanView` instead) ### PanResponderView Removed (use `PanView` instead) +### StackAggregator +Use the `backgroundColor` prop instead of `contentContainerStyle={{backgroundColor}}` +Fix card being transparent on Android +`onCollapseChanged` will now be called after the animation has ended (as was intended)