react-native-face-pile icon indicating copy to clipboard operation
react-native-face-pile copied to clipboard

the overlap feature doesn't work

Open terranball opened this issue 6 years ago • 2 comments

It doesn't seem to be implemented except in the Readme. Are there any plans to add this?

terranball avatar Apr 26 '18 23:04 terranball

hi @terranball, can you solve this issue???? overlap property is not working for me!!!

harikanammi avatar Mar 12 '19 10:03 harikanammi

By this if you mean to change the amount of overlapping on images like here image

you can use offset prop. 0 is no overlap. Increasing it in decimals will increase the overlap.

<FacePile offset={0.4} ...

arhmnsh avatar May 13 '19 21:05 arhmnsh