react-native-image-slider-box icon indicating copy to clipboard operation
react-native-image-slider-box copied to clipboard

Crashing on release

Open inzaw opened this issue 5 years ago • 3 comments

When I have more than one image it's working perfectly on debug mode , but when I tried to generate a signed apk , it crashed when I have more than one image in the box. I am using the latest version of the library.

my code is so simple : state={ width: Dimensions.get('window').width, height: Dimensions.get('window').height, ads:[ "https://source.unsplash.com/1024x768/?nature", "https://source.unsplash.com/1024x768/?water", "https://source.unsplash.com/1024x768/?girl",] } render(){ return(<SliderBox resizeMode="cover" images={this.state.ads} parentWidth={this.state.width} sliderBoxHeight={60} paginationBoxStyle={{opacity: 0}} />); }_

inzaw avatar May 08 '20 13:05 inzaw

I am facing the same issue. Were you able to fix this?

anilios avatar Jan 29 '21 08:01 anilios

have you solved this issue?

gomezmark avatar Jan 19 '23 10:01 gomezmark