-
Notifications
You must be signed in to change notification settings - Fork 523
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
Comments
Hey @krupalikevadiya do you have some example code you could share? I'm not exactly sure how to go about looking at this problem |
<…..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. |
same happens to me, the list bounce back when it reach the end. (only IOS) 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 |
Same issue for me |
did anyone find a solution for this? |
No description provided.
The text was updated successfully, but these errors were encountered: