intellidev1991 / react-native-image-slider-box

A simple and fully customizable React Native component that implements an Image Slider UI.
MIT License
286 stars 100 forks source link

black background on press #64

Open brahimjid opened 4 years ago

brahimjid commented 4 years ago

plz change the underlayColor in TouchableHighlight

iiagodias commented 4 years ago

I made a pull request to adjust this.

65

intellidev1991 commented 4 years ago

Integrated Sir. Thanks

ranjitatwal30 commented 4 years ago

@intellidev1991 can you publish the next version of this package on npm. I have to manually update the files.

JowelTisso commented 3 years ago

How to remove the black background now... I have updated the package still getting black background

aangindra commented 3 years ago

please update next version sir about issue black background on press, im still getting black background when pressed image

ghost commented 3 years ago

Unfortunately it is only a workaround but this worked for me:

node_modules/react-native-image-slider-box/dist/SliderBox.js In TouchableHighlight you can set activeOpacity={1}

abdulsamadola commented 3 years ago

@intellidev1991 please update this in the package.

Unfortunately it is only a workaround but this worked for me:

node_modules/react-native-image-slider-box/dist/SliderBox.js In TouchableHighlight you can set activeOpacity={1}

@intellidev1991 please sir, update this in the package. The workaround worked well. Thanks. Looking forward to see the updates.