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

Remove Gradient Image

Open scarings opened this issue 5 years ago • 2 comments

hi, im using this library and my package already installed react native linear gradient, and result this view.

image

Code

    <KeyboardAvoidingView behavior='position'>
      <Text>TestSliderScreen</Text>
      <SliderBox images={this.state.images} />
    </KeyboardAvoidingView>
 </ScrollView>

how to remove gradient over image ?

scarings avatar Apr 06 '20 04:04 scarings

Hi, our library doesn't have any gradient style, this issue is related to KeyboardAvoidingView

intellidev1991 avatar Apr 12 '20 10:04 intellidev1991

Hi, our library doesn't have any gradient style, this issue is related to KeyboardAvoidingView

hi, i think, keyboardavoidingview is not issue, after remove KeyboardAvoidingView, the shadow still showing

Image: image

scarings avatar Apr 13 '20 02:04 scarings