callstack / callstack/react-native-pager-view

Blink initial page was solved by 5.4.0, but the initial page is not rendered on Android 6.0

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

Description

## Environment

react native 0.63.4
Android 6.0.0 API 23
react-native-pager-view 5.4.0

## Description

I upgrade the package from 5.2.4 to 5.4.0, because of the blink initial page. It works well on my phone - Android 10.
But when I use my APP on the Android 6.0 device, the initial page is not rendered. After I scroll the page, the component works well.

## Reproducible Demo

I think normal usage could reproduce the problem

```javascript
function Demo(props) {
return {props.children}
}
```

![screencast-Genymotion-2021-07-28_09 18 42 043](https://user-images.githubusercontent.com/9284369/127248786-52db325b-fe70-4017-b52d-2f92e902e508.gif)

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.