Releases: Qeepsake/react-native-images-collage
Releases · Qeepsake/react-native-images-collage
v3.3.6
v3.3.5
v3.3.4
v3.3.3
- 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
- Re-calculates image size when width / height of collage is updated.
v3.3.1
- 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
This release adds the ability to replace images, add custom icons to image containers, and allow images to focussed.