react-native-image-slider-box
react-native-image-slider-box copied to clipboard
Crashing on release
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}} />); }_
I am facing the same issue. Were you able to fix this?
have you solved this issue?