Sokhavirith Sorn

Results 2 comments of Sokhavirith Sorn

I managed to fix this by using externalScrollView which extends BaseScrollView and passing the animated value via RecyclierListView scrollview props: const animVal = new Animated.Value(0); class ExternalScrollView extends BaseScrollView {...

In case you use react navigation (v6 but might work also in v5) you can use global variable. First you need to find a way to get the current active...