yadormad

Results 2 comments of yadormad

Similar issue, but reproduced on BottomSheetModal when opening/closing Sample code: ``` const Content = () => { const [s, setState] = useState(false); useEffect(() => { setInterval(() => { setState(s =>...

Found a solution, maybe someone can create pr with this approach Basically, we need to make sure that the header from Tabs.Container is visible only when moving from one tab...