Skip to content

iOS warning scalesPageToFit #8

@RPaulC

Description

@RPaulC

There is a warning on iOS devices connected to the scalesPageToFit(proprety is not supported when useWebKite = true).

The line
scalesPageToFit={Platform.OS === 'ios' ? false : true}

should be replaced by
scalesPageToFit={Platform.OS === 'ios' ? undefined : true}

Undefined in place of "false" is a better practice.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions