-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
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
Labels
No labels