callstack / callstack/react-native-pager-view

Curl not working properly

Open
#236 9 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
3.4k
Forks
476
Avg merge
10d 21h
Merged PRs (30d)
2

Description

The curl effect it's not working properly for me. When you start sliding, it always goes on the X axis,
![image](https://user-images.githubusercontent.com/42002579/96164741-098c5b80-0ef2-11eb-821c-1095f5052389.png)

Has someone else also experience this?
```
props.onStartShouldSetResponder()}
pageMargin={0}
orientation={'horizontal'}
scrollEnabled={true}
transitionStyle={'curl'}
onPageSelected={onPageSelected}>
{props.data
.slice(offset, offset + windowLength)
.map((item, index) =>
renderPage(
props.renderItem,
item,
offset + index,
page,
buffer - internalBuffer,
),
)}

```

It's like, it doesn't lean like a page effect

Is someone else also experiencing this problem?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.