react-native-slideshow
react-native-slideshow copied to clipboard
Left and Right arrow gets cut off half way
On GenyMotion android, it only shows top half of the arrow.
in Slideshow.js, edit margin: 5 to margin: 0 : const iconArrow = function (iconHeight) { return { width: 0, height: 0, margin: 0, }