Skip to content

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

Description

@JackClown

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

function Demo(props) {
   return <PagerView initialPage={0} style={{ height: 100 }}>{props.children}</PagerView>
}

screencast-Genymotion-2021-07-28_09 18 42 043

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions