react-native-image-slider-box
react-native-image-slider-box copied to clipboard
Remove Gradient Image
hi, im using this library and my package already installed react native linear gradient, and result this view.

Code
<KeyboardAvoidingView behavior='position'>
<Text>TestSliderScreen</Text>
<SliderBox images={this.state.images} />
</KeyboardAvoidingView>
</ScrollView>
how to remove gradient over image ?
Hi, our library doesn't have any gradient style, this issue is related to KeyboardAvoidingView
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:
