skip to Main Content

View centered within the absolutely positioned Animated.View inside a ScrollView shifts position – React native

The code to render a TabList: import React, { Children, useEffect } from 'react'; import { LayoutChangeEvent, View } from 'react-native'; import { ScrollView, TouchableWithoutFeedback, } from 'react-native-gesture-handler'; import Animated, { Easing, useAnimatedStyle, useSharedValue, withTiming, } from 'react-native-reanimated'; import {…

VIEW QUESTION
Back To Top
Search