React Native Images Collage Versions Save

Robust interactive image collage component for React Native

v3.3.6

2 years ago

3.3.6 (2022-03-02)

Bug Fixes

  • security: bump plist from 3.0.1 to 3.0.4 in /example (7454eb3)

v3.3.5

2 years ago

3.3.5 (2021-06-04)

Bug Fixes

  • tooling: fixed various issues with release automation (501ad11)

v3.3.4

2 years ago

3.3.4 (2021-06-02)

Bug Fixes

  • tooling: added semantic-release, husky and commit linting (e875fd5)

v3.3.3

2 years ago
  • Added an updateCollageSize function to dynamically adjust size of collage
const collageRef = useRef(null);

<DynamicCollage
  ref={collageRef}
  ...

collageRef.current.updateCollageSize({  
     width: // new width, 
     height: // new height 
})

v3.3.2

2 years ago
  • Re-calculates image size when width / height of collage is updated.

v3.3.1

2 years ago
  • Merge pull request #33 from aspect-apps/dependabot/npm_and_yarn/example/lodash-4.17.21
  • Merge pull request #32 from aspect-apps/dependabot/npm_and_yarn/example/hosted-git-info-2.8.9
  • Merge pull request #31 from aspect-apps/dependabot/npm_and_yarn/hosted-git-info-2.8.9
  • Merge pull request #30 from aspect-apps/dependabot/npm_and_yarn/example/ua-parser-js-0.7.28

v3.3.0

3 years ago

This release adds the ability to replace images, add custom icons to image containers, and allow images to focussed.

  • Merge pull request #21 from harbolaez/master 5a63053
  • Merge pull request #22 from aspect-apps/feature/replace-image 8a35f3e
  • Merge pull request #20 from jasimawan/master f40833d
  • Merge pull request #23 from aspect-apps/feature/example-project 27545f2