Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added automaticInitialCoverScale #11

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Sep 8, 2016

  1. Added automaticInitialCoverScale

    When this prop is activated the image is rendered like if `resizeMode` was
    set to `cover`.
    
    * It takes into account screen density
    * Recalculate when source changes (this can happen when reusing a not yet
    unmounted component).
    
    Point to view-transformer branch with applyLimits feature
    maraujop committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    c9ba129 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2016

  1. Wrap placeholder into a ViewTransformer

    This way until image is loaded pan responders are available and prevent
    crashing if they are expected to exist.
    maraujop committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    19fc95c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2016

  1. Configuration menu
    Copy the full SHA
    03a0fde View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2017

  1. Configuration menu
    Copy the full SHA
    69192dd View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Configuration menu
    Copy the full SHA
    bc7494e View commit details
    Browse the repository at this point in the history
  2. using separate propTypes

    maraujop committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    69767da View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Use react-native-fast-image

    maraujop committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    b1eb97f View commit details
    Browse the repository at this point in the history