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

SwipeListView does not scroll untill end while using it inside scrollview with other content in ios.Last some item is hidden. #534

Open
krupalikevadiya opened this issue Dec 24, 2020 · 5 comments

Comments

@krupalikevadiya
Copy link

No description provided.

@jemise111
Copy link
Owner

jemise111 commented Jan 24, 2021

Hey @krupalikevadiya do you have some example code you could share? I'm not exactly sure how to go about looking at this problem

@krupalikevadiya
Copy link
Author

<…..Some other view….>

hey @jemise111 code is something like these and it is worked fine in android but not in ios.Last 3-4 item of list is always hide.

@jhta
Copy link

jhta commented Jun 18, 2021

same happens to me, the list bounce back when it reach the end. (only IOS)

it looks like:
e05c9cd7-048a-4f78-b63f-e4546ab4975f

the code:

SwipeListView
        style={{ borderColor: 'red', borderWidth: 1 }}
        contentContainerStyle={{ paddingBottom: 100 }}
        data={tickers}
        keyExtractor={keyExtractor}
        renderHiddenItem={renderHiddenItem}
        leftOpenValue={swipeWidth}
        rightOpenValue={-1 * swipeWidth}
        stopLeftSwipe={swipeWidth}
        stopRightSwipe={-1 * swipeWidth}
        closeOnRowOpen
        renderItem={renderItem}
        ItemSeparatorComponent={ItemSeparatorComponent}
        windowSize={6}
        scrollEnabled={scrollEnabled}
        showsVerticalScrollIndicator={false}
        getItemLayout={getItemLayout}
      />

@jemise111 no idea if I'm doing something wrong. I tried using a native <FlatList> removing the RNSLV parameters and it works fine.

@satyabrata-dash5
Copy link

Same issue for me

@Pau1fitz
Copy link

did anyone find a solution for this?

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

5 participants