Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug sorting #140

Open
AleksandrNikolaevich opened this issue Feb 16, 2018 · 0 comments
Open

Bug sorting #140

AleksandrNikolaevich opened this issue Feb 16, 2018 · 0 comments

Comments

@AleksandrNikolaevich
Copy link

AleksandrNikolaevich commented Feb 16, 2018

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.

code bug example:
where 'App' = example for this library

const Tab = TabNavigator(
    {
        App: { screen: App,
            navigationOptions: {
                title: 'Home',
                tabBarLabel: 'Home',
                tabBarVisible: true,

            }},
    },
    {
        tabBarPosition: 'top',
        tabBarComponent: TabBarTop,
        animationEnabled: true,
        swipeEnabled: false,
    });


AppRegistry.registerComponent('sort', () => Tab);

checked on the following configurations:

"react": "16.0.0-alpha.12",
 "react-native": "^0.48.4",
"react-navigation": "1.0.0-beta.11",
 "react-native-sortable-listview": "^0.2.8",

and

    "react": "16.2.0",
    "react-native": "0.53.0",
    "react-native-sortable-listview": "^0.2.8",
    "react-navigation": "^1.0.3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant