doanbh
doanbh
> hi @Pankti16 , what's your react-native version? > if your version is below 0.62 please either using `ref.getNode()` in > > ``` > listRefArr.current.push({ > key: route.key, > value:...
> @thanhdevapp > Hi, did you mean that the position of tab is not properly synced? > I just update a new version, please check the file `headerScrollableDemo.js`. New update...
> > > hi @Pankti16 , what's your react-native version? > > > if your version is below 0.62 please either using `ref.getNode()` in > > > ``` > >...
I think my problem is that in the view of `tab 1` in `tabview` there is `Animated.ScrollView` inside so it causes this error. If I have 2 tabs as 2...
I have found a solution. Because ScrollView has no `scrollToOffset` function but only `scrollTo` function, it is necessary to check the current component type run time if it is ScrollView.
Work for me: https://stackoverflow.com/a/63406002/9405238