Skip to content

scale prop doesn't seem to be working in iOS #9

@MarkWissler

Description

@MarkWissler

The default scale for a given image seems to only work for me on android, but not iOS. I maybe misunderstanding something though:

<PhotoZoom
  source={{ uri: media.url }}
  minimumZoomScale={1}
  maximumZoomScale={2}
  scale={1}
  androidScaleType='fitXY'
  onLoad={noop}
  style={this.fullSizeStyle}
/>

Let me know if I need to provide more thorough repro steps and I'll be happy to do it. Thanks!

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