Ivan Kalafatic

Results 9 comments of Ivan Kalafatic

Hi Jerry, Thanks for your feedback, I've adjusted original post to reflect your comments. I have a question related to installing on a 2nd machine. What would be the best...

For the time being, I decided to pack whole `plv8-2.3.14` folder and copy it to other machines, with installing all mentioned dependencies (without running make, just make install). If someone...

@pkit thanks for suggestion, I'll give it a shot during this week and get back to you. Cheers!

Hey @Vladimir-Vdovic, @ShaunSpringer It might help if you add `overflow: hidden` to `shoutem.ui.Image` in theme.js, ie. below this line: https://github.com/shoutem/ui/blob/develop/theme.js#L508 Works on my side, without fiddling with Image.js and manually...

@rpankaj have you ever managed to get around this? I'm experiencing same issue right now. Thanks

For future readers, in my case, problem was caused by `overflow: visible` in `.vis-item-overflow`. Once I changed to `overflow: hidden`, my problems were resolved.

@esutton, You can use https://github.com/ldn0x7dc/react-native-transformable-image (same author) which has double-tap functionality (and uses react-native-view-transformer in background), resulting in very similar functionality to ios Photos.

No problem! I'm glad that I could help.

I agree, it would be cool if someone else also had write access to repos/npm. These libraries are awesome, they are being used, and it would be pity if they...