matsvei.lishai

Results 3 comments of matsvei.lishai

Hi, did you find answer for yours question ? i have the same problem

i wrapperd my nav tabs in View, and when my tab is screen with this lib, i add padding top for view. Value i get from import {useSafeAreaInsets} from 'react-native-safe-area-context';

`const animationState = useRef({ shouldBeFinished: false, started: false, });` { if (animationFinished && animationStarted) { animationState.current.shouldBeFinished = true; } }} onProgressChange={() => { if (animationFinished && animationStarted) { if (animationState.current.shouldBeFinished)...