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
When I used react-navigate TabBar Component with react-native-sortable-listview that list freezes when I bring the active element to the edge of the screen.
To solve the problem I use disableAnimatedScrolling = {true} for react-native-sortable-listview and animationEnabled: false, for react-navigate but but for me animation is important.
the bug is present on ios and on Android works well.
When I used react-navigate TabBar Component with react-native-sortable-listview that list freezes when I bring the active element to the edge of the screen.
To solve the problem I use
disableAnimatedScrolling = {true}
for react-native-sortable-listview andanimationEnabled: false,
for react-navigate but but for me animation is important.the bug is present on ios and on Android works well.
code bug example:
where 'App' = example for this library
checked on the following configurations:
and
The text was updated successfully, but these errors were encountered: