You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On scrolling ScrollView when scrollbar get to the end and new data is merged onscroll event then in Android scroll bar get back to starting position not in IOS?
I have updated my react-native version to 0.51.0 but it still not working on Android.
on scrollView if it get scroll to end then load more data from api and merge it in existing items
then scrollview get showing new items with load items I also use this technique in english app it is working fine on Android and IOS but in RTL on Android scroll bar is going back to starting position.
It must work like it is working on LTR application it is not scrolling back to staring position.