ZackLeonardo

Results 11 comments of ZackLeonardo

add renderMask func which can be used with renderContent together to make image->video easier. for example: renderMask ![simulator screen shot - iphone 6s - 2018-04-11 at 13 35 52](https://user-images.githubusercontent.com/15704091/38598312-748d53f4-3d8e-11e8-8f91-bfbd87845ecd.png) and...

add gallery mode. ![lightbox](https://user-images.githubusercontent.com/15704091/38777705-ec6e1ad6-40de-11e8-9309-021080736cf7.gif)

@hoscarcito This PR offers a transition. I have store the indexes of all children props of lightbox in global map, which the key is GKey props and the value is...

pull request #85 let overlay can be zoomed. Pinch to zoom😊

Support for gallery mode, I will try this.

@oblador Sure. I run into kind of similar scene in my spare time app, I am thinking of its outline after work.

@oblador My opinion: add galleryMode(true/false) and Key props to LightBox component, then those which galleryMode values are true and have the same Key value can be swiped in LightboxOverlay component.

@oblador I just coded the gallery mode and commit it here: pull request #85 . I wanna get your suggestions to make it better.

+1. Warning: Can't call setState (or forceUpdate) on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and...